mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-26 22:33:24 +00:00
Fixed the issue that the wifi configuration saved to RAM did not take effect.
This commit is contained in:
parent
e697d2ceae
commit
b932d43974
@ -214,7 +214,7 @@ bool initWifi()
|
|||||||
#if !MESHTASTIC_EXCLUDE_WEBSERVER
|
#if !MESHTASTIC_EXCLUDE_WEBSERVER
|
||||||
createSSLCert(); // For WebServer
|
createSSLCert(); // For WebServer
|
||||||
#endif
|
#endif
|
||||||
esp_wifi_set_storage(WIFI_STORAGE_RAM); // Disable flash storage for WiFi credentials
|
WiFi.persistent(false); // Disable flash storage for WiFi credentials
|
||||||
#endif
|
#endif
|
||||||
if (!*wifiPsw) // Treat empty password as no password
|
if (!*wifiPsw) // Treat empty password as no password
|
||||||
wifiPsw = NULL;
|
wifiPsw = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user