mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-05-05 21:45:52 +00:00
increase timeout to allow slower networks to connect
This commit is contained in:
@@ -43,7 +43,7 @@ namespace emsesp {
|
|||||||
#define NETWORK_RECONNECTION_DELAY_LONG 10000 // 10 seconds - for debugging
|
#define NETWORK_RECONNECTION_DELAY_LONG 10000 // 10 seconds - for debugging
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MAX_NETWORK_RECONNECTION_ATTEMPTS 3 // maximum number of network reconnection attempts before going to AP fallback
|
#define MAX_NETWORK_RECONNECTION_ATTEMPTS 4 // maximum number of network reconnection attempts before going to AP fallback
|
||||||
|
|
||||||
#define DNS_PORT 53 // dns server port for captive portal
|
#define DNS_PORT 53 // dns server port for captive portal
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user