Revert "fix(net): restore WiFi.persistent(false) so cold connect does not hang"

This reverts commit 58cf7395b9.
This commit is contained in:
2026-08-06 17:55:00 -04:00
parent 58cf7395b9
commit 80e82ca78a
-5
View File
@@ -52,11 +52,6 @@ void net::begin() {
// Latch
sntp_set_time_sync_notification_cb(onTimeSync);
// Keep connect off the NVS write path - WiFi.begin persists credentials to flash by
// default, and a cold bring-up from WIFI_OFF (every connect, since navigate powers the
// radio down) hangs on that write. Credentials already live in our own settings.
WiFi.persistent(false);
}
void net::stopWifi() {