mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-30 00:47:17 +02:00
update comment
This commit is contained in:
@ -623,7 +623,7 @@ static void oneIndoorInit(void) {
|
|||||||
ag->button.begin();
|
ag->button.begin();
|
||||||
ag->watchdog.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", "");
|
oledDisplay.setText("Press now for", "LED test", "");
|
||||||
ledBarButtonTest = false;
|
ledBarButtonTest = false;
|
||||||
uint32_t stime = millis();
|
uint32_t stime = millis();
|
||||||
|
Reference in New Issue
Block a user