Closed
Description
Currently wifi settings are written to the flash regardless of calling WiFi.persistent(false) or not.
In my opinion WiFiGeneric.cpp#L123 should be like:
if (_persistent) {
esp_wifi_set_storage(WIFI_STORAGE_FLASH);
} else {
esp_wifi_set_storage(WIFI_STORAGE_RAM);
}
Ref:
#548
Any thoughts on that?
Metadata
Metadata
Assignees
Labels
No labels