Revert "fix(net): restore WiFi.persistent(false) so cold connect does not hang"
This reverts commit 58cf7395b9.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user