jschoch / ESPels

ESP32 electronic leadscrew for a lathe
Apache License 2.0
19 stars 4 forks source link

Going from the nvram state from before today's merge to today's merge requires the nvram to be reset #16

Closed digiexchris closed 1 year ago

digiexchris commented 1 year ago

The board wouldn't boot with previously configured values, I guess there's some changes in what's stored in nvram. I had to run idf.py erase-flash and upload again, for it to work. Perhaps in a future iteration check the state of the nvram, catch the exception, and load the web interface with an option to reset to factory defaults? I think it shouldn't be hard to reset the nvram contents.

digiexchris commented 1 year ago

oh I might have been wrong about that. had an unrelated debugging issue that prevented an upload.