1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-23 08:06:13 +01:00

Increase default display line length to 20 (from 16).

This commit is contained in:
Neil McKechnie 2021-08-22 22:39:00 +01:00
parent fdaa7b51b9
commit 00138be90d

View File

@ -27,7 +27,7 @@
// Allow maximum message length to be overridden from config.h // Allow maximum message length to be overridden from config.h
#if !defined(MAX_MSG_SIZE) #if !defined(MAX_MSG_SIZE)
#define MAX_MSG_SIZE 16 #define MAX_MSG_SIZE 20
#endif #endif
// Set default scroll mode (overridable in config.h) // Set default scroll mode (overridable in config.h)