changing wifi timeout request from 10 to 20s - https://github.com/proddy/EMS-ESP/issues/187

This commit is contained in:
proddy
2019-10-10 14:26:34 +02:00
parent 1f1cd789ce
commit 893e90f89a

View File

@@ -64,7 +64,7 @@ extern struct rst_info resetInfo;
#define MYESP_LOADAVG_INTERVAL 30000 // Interval between calculating load average (in ms) = 30 seconds
// WIFI
#define MYESP_WIFI_CONNECT_TIMEOUT 10000 // Connecting timeout for WIFI in ms (10 seconds)
#define MYESP_WIFI_CONNECT_TIMEOUT 20000 // Connecting timeout for WIFI in ms (20 seconds)
#define MYESP_WIFI_RECONNECT_INTERVAL 600000 // If could not connect to WIFI, retry after this time in ms. 10 minutes
// MQTT