increase timeout to allow slower networks to connect

This commit is contained in:
proddy
2026-05-04 08:22:39 +02:00
parent ad05eec952
commit 6587ddcead

View File

@@ -43,7 +43,7 @@ namespace emsesp {
#define NETWORK_RECONNECTION_DELAY_LONG 10000 // 10 seconds - for debugging
#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