We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06f11d commit 7c936b1Copy full SHA for 7c936b1
SmartEVSE-3/src/glcd.cpp
@@ -561,8 +561,8 @@ void GLCD(void) {
561
GLCD_print_buf2(4, (const char *) "CURRENT");
562
GLCD_print_buf2(6, (const char *) "DETECTED");
563
} else {
564
- GLCD_print_buf2(0, (const char *) "PRESS");
565
- GLCD_print_buf2(2, (const char *) "BUTTON");
+ GLCD_print_buf2(0, (const char *) "REBOOT");
+ GLCD_print_buf2(2, (const char *) "");
566
GLCD_print_buf2(4, (const char *) "TO");
567
GLCD_print_buf2(6, (const char *) "RESET");
568
}
0 commit comments