Skip to content

Commit

Permalink
Increase default WiFi Connect
Browse files Browse the repository at this point in the history
  • Loading branch information
easytarget committed Sep 25, 2021
1 parent 4d253bf commit f6709d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion esp32-cam-webserver.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down
4 changes: 2 additions & 2 deletions myconfig.sample.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f6709d0

Please sign in to comment.