Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By destroyedlolo
#71384 Hello,

I read on the web that the flash is written every WiFi.begin().
But on other page, I read that flash is updated only when ssid and passphrase is different compared to the one already stored.

Can you please tell me which one is right ?

Thanks

Laurent
User avatar
By destroyedlolo
#71389 Ok, thanks.

As per this reading : https://github.com/esp8266/Arduino/issues/3641 and corresponding API https://github.com/espressif/ESP8266_RTOS_SDK/blob/master/include/espressif/esp_sta.h it seems to me (well, to me) it is only updated when the configuration is changed.

So I will update my code accordingly.

Thanks

Laurent