Homepoint icon indicating copy to clipboard operation
Homepoint copied to clipboard

Version of homepoint in configuration webpage?

Open ghosty-be opened this issue 4 years ago • 2 comments

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?

ghosty-be avatar Feb 25 '21 21:02 ghosty-be

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 ;-))

sieren avatar Feb 25 '21 21:02 sieren

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 ;)

ghosty-be avatar Feb 25 '21 21:02 ghosty-be