Open broth-itk opened 6 months ago
I don't like the idea as it would prevent all users to downgrade if a version contains a mistake.
@broth-itk
just for curiosity: which older version did you flash, and was it the correct version for your board ?
i ask, because i can not reproduce a brick if i downgrade to a lower version within the scope of the last few months. it would be nice and maybe helpful, to hear which version you used, and which esp32 type it was ment for, as well as on which esp32 type you flashed this version resulting in a temporary inoperable state (not brick)
after that you can close this issue.
thanks & greetings, metachuh
I'm not advocating against the possibility to downgrade. Don't get me wrong. I just want to avoid the device getting bricked for some reason due to a mishap.
@MetaChuh The unit was running v24.3.31 and instead of installing v24.4.12 I uploaded v23.12.18
What about a new version field which indicates the "generation" (including memory layout, configuration file format and so on):
The downgrad to this version failed because of a bug in the upstream esp32 framework. Feel free to create a PR implementing this checks. (and keep in mind, that memory is limited) But then you also have to check every release and check to which previous release it's possible to downgrade. I don't have the resources to do this.
This is not meant to be a "Arbeitsbeschaffungsmaßnahme" (work creation plan).
If there was an efficient way for the software to detect an older version, a message like "warning: attempting downgrade, are you sure" is sufficient. ... or a checkbox "allow downgrades" in the Firmware Upgrade section.
Any other ideas?
@broth-itk
many ideas: eg. instantaneous solutions:
Web Flasher
in Upgrade Mode (no downloads are needed)possible code solutions:
Is your feature request related to a problem? Please describe.
Well, it happed to me: I wanted to upgrade to the latest release but somehow I selected accidently an older version from the downloads folder. The device rebooted and was obviously not available anymore.
I had to perform a complete reflash with the factory image and restore the configuration from backup.
Describe the solution you'd like
This problem might be easy to fix but some OpenDTU units might be installed in a not-so-easy-to-reach location.
I would like to suggest to
Lets discuss the impact or maybe other ideas which would help. Thanks!
Describe alternatives you've considered
No response
Additional context
No response