LCD Longer print

This commit is contained in:
Petr Zahradník junior
2016-07-15 13:17:27 +02:00
committed by Scott Lahteine
parent ed468e848f
commit 2d7fe9dc78
3 changed files with 20 additions and 5 deletions

View File

@ -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"