Merge pull request #2250 from meshtastic/bug-2084

Change LED Blink time in light sleep to 100ms
This commit is contained in:
Ben Meadors
2023-02-04 15:11:51 -06:00
committed by GitHub

View File

@@ -79,7 +79,7 @@ static void lsIdle()
// Normal case: timer expired, we should just go back to sleep ASAP
setLed(true); // briefly turn on led
wakeCause2 = doLightSleep(1); // leave led on for 1ms
wakeCause2 = doLightSleep(100); // leave led on for 1ms
secsSlept += sleepTime;
// LOG_INFO("sleeping, flash led!\n");