krzmaz/LinakDeskEsp32Controller

Add storing settings in EEPROM

krzmaz opened this issue · 2 comments

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:

  • Desks Bluetooth address
  • WiFi name and password
  • mDNS name

This task is blocked until #3 gets implemented.

Closed by #3 by storing data in LittleFS