Add more settings, fix time button estimate

This commit is contained in:
suchmememanyskill
2023-11-13 14:28:17 +01:00
parent 87c19ba388
commit 858acb59aa
10 changed files with 202 additions and 36 deletions

View File

@@ -154,6 +154,6 @@ void wifi_init(){
void wifi_ok(){
if (WiFi.status() != WL_CONNECTED){
wifi_init();
ESP.restart();
}
}