update comment

This commit is contained in:
Phat Nguyen
2024-05-29 16:34:00 +07:00
parent af0fbadd80
commit 3c1d0a862f

View File

@ -623,7 +623,7 @@ static void oneIndoorInit(void) {
ag->button.begin();
ag->watchdog.begin();
/** Run LED test on start up */
/** Run LED test on start up if button pressed */
oledDisplay.setText("Press now for", "LED test", "");
ledBarButtonTest = false;
uint32_t stime = millis();