LCD Longer print
This commit is contained in:
committed by
Scott Lahteine
parent
ed468e848f
commit
2d7fe9dc78
@ -488,8 +488,14 @@
|
||||
#ifndef MSG_PLEASE_RESET
|
||||
#define MSG_PLEASE_RESET "Please reset"
|
||||
#endif
|
||||
#ifndef MSG_END_DAY
|
||||
#define MSG_END_DAY "days"
|
||||
#ifndef MSG_SHORT_DAY
|
||||
#define MSG_SHORT_DAY "d" // One character only
|
||||
#endif
|
||||
#ifndef MSG_SHORT_HOUR
|
||||
#define MSG_SHORT_HOUR "h" // One character only
|
||||
#endif
|
||||
#ifndef MSG_SHORT_MINUTE
|
||||
#define MSG_SHORT_MINUTE "m" // One character only
|
||||
#endif
|
||||
#ifndef MSG_PRINT_TIME
|
||||
#define MSG_PRINT_TIME "Print time"
|
||||
|
Reference in New Issue
Block a user