Legion2 / Somfy_Remote_Lib

Emulate a Somfy remote using a 433.42 MHz transmitter.
Apache License 2.0
129 stars 17 forks source link

add NVS storage for ESP32 #8

Closed evgeni closed 3 years ago

evgeni commented 3 years ago

see https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/storage/nvs_flash.html

draft for now, I didn't have the chance to try this on actual hardware yet :sweat_smile:

Legion2 commented 3 years ago

Thanks, could you also add a section to the readme which describes the available storage options.

evgeni commented 3 years ago

Yeah, will add that.

evgeni commented 3 years ago

Okay, added a short section about storage, and verified this actually works on real HW (a nodemcu-32s clone I have here).