temp workaround for sleep bug #167

1.2-legacy
geeksville 2020-06-09 06:38:09 -07:00
rodzic d8a6f82459
commit 009f05b61d
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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;
}
}