temp workaround for sleep bug #167

This commit is contained in:
geeksville 2020-06-09 06:38:09 -07:00
parent d8a6f82459
commit 009f05b61d

View File

@ -129,6 +129,7 @@ static void waitEnterSleep()
if (millis() - now > 30 * 1000) { // If we wait too long just report an error and go to sleep
recordCriticalError(ErrSleepEnterWait);
ESP.restart(); // FIXME - for now we just restart, need to fix bug #167
break;
}
}