From f6ccf6da44d41a97e3946c4e1e49cba550f17c09 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 23 Nov 2025 13:04:10 +0100 Subject: [PATCH] formatting --- src/ESP32React/NetworkSettingsService.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ESP32React/NetworkSettingsService.cpp b/src/ESP32React/NetworkSettingsService.cpp index d0e1ed4b8..07837a606 100644 --- a/src/ESP32React/NetworkSettingsService.cpp +++ b/src/ESP32React/NetworkSettingsService.cpp @@ -37,9 +37,11 @@ void NetworkSettingsService::begin() { WiFi.mode(WIFI_MODE_MAX); WiFi.mode(WIFI_MODE_NULL); + // scan settings give connect issues since arduino 2.0.14 and arduino 3.x.x with some wifi systems // WiFi.setScanMethod(WIFI_ALL_CHANNEL_SCAN); // default is FAST_SCAN // WiFi.setSortMethod(WIFI_CONNECT_AP_BY_SIGNAL); // is default, no need to set + _fsPersistence.readFromFS(); }