mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 17:52:35 +00:00
blink the led very briefly every 5 secs while in light sleep
This commit is contained in:
@@ -651,13 +651,6 @@ void Screen::doTask()
|
||||
nodeDB.updateGUI = false;
|
||||
nodeDB.updateTextMessage = false;
|
||||
}
|
||||
|
||||
/*
|
||||
if (millis() - lastPressMs > SCREEN_SLEEP_MS)
|
||||
{
|
||||
DEBUG_MSG("screen timeout, turn it off for now...\n");
|
||||
screen.setOn(false);
|
||||
} */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user