Merge branch 'master' into set-ham-mode

This commit is contained in:
Ben Meadors 2023-02-04 18:07:02 -06:00 committed by GitHub
commit af11c5aa80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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");