sieren / Homepoint

Espressif ESP32 Based Smarthome screen for MQTT
MIT License
607 stars 84 forks source link

Version of homepoint in configuration webpage? #158

Open ghosty-be opened 3 years ago

ghosty-be commented 3 years ago

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?

sieren commented 3 years ago

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

ghosty-be commented 3 years ago

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