You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was thinking if it would be possible to write the version of the homepoint firmware into a file on the spiffs (for example version.txt) so when you open the webpage that it can use that file to list the version on the configuration webpage somewhere?
The text was updated successfully, but these errors were encountered:
SPIFFS will not be updated during/after a firmware update, therefore thats not possible.
Showing the version is a good idea though, will do some point in the future.
(Or maybe youre up for doing it? Happy to merge it ;-))
but from your running code on bootup it should be possible to write a file in the spiffs, no?
And I am not familiar with the ESP-IDF development environment you used to develop this... I mostly just work with arduino IDE...
Or maybe I shouldn't be so lazy and setup a full dev env to start hacking at your code ;)
Was thinking if it would be possible to write the version of the homepoint firmware into a file on the spiffs (for example version.txt) so when you open the webpage that it can use that file to list the version on the configuration webpage somewhere?
The text was updated successfully, but these errors were encountered: