Added timeout check at wifi connect

This commit is contained in:
Magnus
2021-03-29 18:09:08 +02:00
parent e15f01d290
commit fb9fde73a4
8 changed files with 48 additions and 42 deletions

View File

@ -49,6 +49,9 @@ void printBuildOptions() {
#ifdef SKIP_SLEEPMODE
"SKIP_SLEEP "
#endif
#ifdef EMBED_HTML
"EMBED_HTML "
#endif
#ifdef ACTIVATE_OTA
"OTA "
#endif