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:
parent
fdaa7b51b9
commit
00138be90d
|
@ -27,7 +27,7 @@
|
|||
|
||||
// Allow maximum message length to be overridden from config.h
|
||||
#if !defined(MAX_MSG_SIZE)
|
||||
#define MAX_MSG_SIZE 16
|
||||
#define MAX_MSG_SIZE 20
|
||||
#endif
|
||||
|
||||
// Set default scroll mode (overridable in config.h)
|
||||
|
|
Loading…
Reference in New Issue
Block a user