Address review comment

This commit is contained in:
jpirnay
2026-03-28 12:02:17 +01:00
parent ffbe4fed21
commit 38f836b19d
@@ -219,7 +219,7 @@ void WifiSelectionActivity::attemptConnection() {
WiFi.persistent(false); // Credentials are managed by WifiCredentialStore; suppress SDK NVS auto-connect
WiFi.mode(WIFI_STA);
WiFi.disconnect(true); // Abort any in-progress SDK auto-connect and clear NVS-saved SSID
WiFi.disconnect(true, true); // Abort any in-progress SDK auto-connect and clear NVS-saved SSID
delay(100);
// Set hostname so routers show "CrossPoint-Reader-AABBCCDDEEFF" instead of "esp32-XXXXXXXXXXXX"