Search found 2 matches
- Fri Apr 19, 2019 5:46 am
- Forum: ESP-IDF
- Topic: how to check if internet is available
- Replies: 16
- Views: 36032
Re: how to check if internet is available
Hey how did you solve this?
- Fri Feb 22, 2019 6:39 am
- Forum: General Discussion
- Topic: Saving WiFi credentials in the EEPROM
- Replies: 5
- Views: 18824
Re: Saving WiFi credentials in the EEPROM
There is a subsystem in the ESP32 ESP-IDF called "Non Volatile Storage" (NVS) which allows one to save arbitrary data in named locations. Once saved, they can be restored/read on a subsequent boot. This would be the easiest way to explicitly save and subsequently restore values. However, it is my u...