diff --git a/esp32-cam-webserver.ino b/esp32-cam-webserver.ino index 44155aa..7e52667 100644 --- a/esp32-cam-webserver.ino +++ b/esp32-cam-webserver.ino @@ -95,7 +95,7 @@ extern void serialDump(); #endif #if !defined(WIFI_WATCHDOG) - #define WIFI_WATCHDOG 5000 + #define WIFI_WATCHDOG 8000 #endif // Number of known networks in stationList[] diff --git a/myconfig.sample.h b/myconfig.sample.h index 2b909eb..e0d79be 100644 --- a/myconfig.sample.h +++ b/myconfig.sample.h @@ -59,7 +59,7 @@ struct station stationList[] = {{"ssid1", "pass1", true}, // #define ST_IP 192,168,0,123 // #define ST_GATEWAY 192,168,0,2 // #define ST_NETMASK 255,255,255,0 -// One or two optional DNS servers can be supplied, but the current firmware never uses them ;-) +// One or two DNS servers can be supplied, only the NTP code currently uses them // #define ST_DNS1 192,168,0,2 // #define ST_DNS2 8,8,8,8 @@ -101,7 +101,7 @@ struct station stationList[] = {{"ssid1", "pass1", true}, * and how often we check to see if we are still connected, milliseconds * You may wish to increase this if your WiFi is slow at conencting, */ -// #define WIFI_WATCHDOG 5000 +// #define WIFI_WATCHDOG 8000 /* * Over The Air firmware updates can be disabled by uncommenting the folowing line