SeedLabs-it / smartknob-firmware

Repository for the Smart Knob Firmware (Currently supporting Dev Kit v0.1)
Other
26 stars 2 forks source link

Implement Factory reset with barebone firmware #36

Open nicolabortignon opened 7 months ago

nicolabortignon commented 7 months ago

Pressing a combination of the physical buttons on the device should reset the device to a barebone firmware, with the only functionalities of booting as an access point (so people can upload a working firmware). A QRcode should be displayed to allow easy access to the AP. The smartknob should publish, via a local webserver, a page to upload a firmware.

This is to avoid bricking the device.

There are opportunities to have an even better experience, but will talk about that in a different issue.

Ref to partitioning for esp32: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/partition-tables.html

carlhampuswall commented 5 months ago

Factory reset to "factory" flashed firmware implemented in #100 Is this good enough to close issue?