This commit is contained in:
Scott Lahteine
2018-11-12 19:53:56 -06:00
parent fea2363a2e
commit a163c89c6a
3 changed files with 5 additions and 5 deletions

View File

@ -539,10 +539,10 @@
#ifndef MSG_AUTOTEMP
#define MSG_AUTOTEMP _UxGT("Autotemp")
#endif
#ifndef MSG_ON
#ifndef MSG_LCD_ON
#define MSG_LCD_ON _UxGT("On")
#endif
#ifndef MSG_OFF
#ifndef MSG_LCD_OFF
#define MSG_LCD_OFF _UxGT("Off")
#endif
#ifndef MSG_PID_P