From b063dd0f6b160e6337bc0bc79e49f94e91cfcb51 Mon Sep 17 00:00:00 2001 From: scayac Date: Wed, 26 Aug 2026 08:37:52 +0200 Subject: [PATCH] Correction commentaire --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)