Change LED Blink time in light sleep to 100ms

This commit is contained in:
Thomas Göttgens 2023-02-04 17:13:38 +01:00
parent 22500a6c34
commit c28d469fc6

View File

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