krzmaz / LinakDeskEsp32Controller

Standalone ESP32 controller for Linak standing desks (e.g. Ikea Idasen) with HTTP API and Alexa integration
MIT License
33 stars 2 forks source link

Add storing settings in EEPROM #4

Closed krzmaz closed 3 years ago

krzmaz commented 3 years ago

In this task add the ability to store the provided settings in EEPROM so that they are persistent after reboots. Add an option to do a "factory reset" clearing everything we saved. Any saved data should be used after reboot - we should reconnect if we know the credentials. Data to store:

krzmaz commented 3 years ago

This task is blocked until #3 gets implemented.

krzmaz commented 3 years ago

Closed by #3 by storing data in LittleFS