Browse Source

Increase WIFI connect timeout & reconnect intervals

fastled
Xose Pérez 7 years ago
parent
commit
294c12fcd6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      code/espurna/config/general.h

+ 2
- 2
code/espurna/config/general.h View File

@ -258,8 +258,8 @@ PROGMEM const char* const custom_reset_string[] = {
// WIFI
// -----------------------------------------------------------------------------
#define WIFI_CONNECT_TIMEOUT 30000 // Connecting timeout for WIFI in ms
#define WIFI_RECONNECT_INTERVAL 120000 // If could not connect to WIFI, retry after this time in ms
#define WIFI_CONNECT_TIMEOUT 60000 // Connecting timeout for WIFI in ms
#define WIFI_RECONNECT_INTERVAL 180000 // If could not connect to WIFI, retry after this time in ms
#define WIFI_MAX_NETWORKS 5 // Max number of WIFI connection configurations
#define WIFI_AP_MODE AP_MODE_ALONE


Loading…
Cancel
Save