diff --git a/src/main.cpp b/src/main.cpp index 0fcce6b..559b6a8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,7 +22,7 @@ bool wifiAPMode = false; // true si démarré en mod bool wifiReconnecting = false; // true pendant une tentative de reconnexion unsigned long lastWifiReconnectAttempt = 0; // Timestamp de la dernière tentative unsigned long wifiReconnectStartTime = 0; // Début de la tentative en cours -const unsigned long WIFI_RECONNECT_INTERVAL = 30000; // Intervalle en mode STA (60s) +const unsigned long WIFI_RECONNECT_INTERVAL = 30000; // Intervalle en mode STA (30s) const unsigned long WIFI_AP_RETRY_INTERVAL = 300000; // Intervalle depuis mode AP (5min) const unsigned long WIFI_CONNECT_TIMEOUT = 15000; // Timeout de connexion (15s)