increase wifi reconnect from 1->10min

This commit is contained in:
proddy
2019-05-10 11:18:46 +02:00
parent ad0ee185ef
commit a6929d5e29

View File

@@ -42,7 +42,7 @@ void custom_crash_callback(struct rst_info *, uint32_t, uint32_t);
// WIFI
#define WIFI_CONNECT_TIMEOUT 10000 // Connecting timeout for WIFI in ms
#define WIFI_RECONNECT_INTERVAL 60000 // If could not connect to WIFI, retry after this time in ms
#define WIFI_RECONNECT_INTERVAL 600000 // If could not connect to WIFI, retry after this time in ms. 10 minutes
// MQTT
#define MQTT_PORT 1883 // MQTT port