Hi, I want to save the ssid and the password of the network. There is a partition that I can use like the EEPROM of arduino? Or I have to use an external flash to save it?
Thanks in advance
EEPROM
Re: EEPROM
@PeWosT,
Sorry, I did not notice you have been posting in ESP32 Arduino forum.
In Arduino, NVS is implemented with Preferences library.
The library includes an example that shows how to save / read an integer counter.
As you like to save strings, then adopt this example using putString / getString methods (instead of putUInt / getUInt as in example).
Krzysztof
Sorry, I did not notice you have been posting in ESP32 Arduino forum.
In Arduino, NVS is implemented with Preferences library.
The library includes an example that shows how to save / read an integer counter.
As you like to save strings, then adopt this example using putString / getString methods (instead of putUInt / getUInt as in example).
Krzysztof
Who is online
Users browsing this forum: No registered users and 1 guest
