NodeManager
NodeManager copied to clipboard
Store NodeManager's version in EEPROM
I'm just curious why a static complied in variable isn't enough ? I'm new to this but just wondered. After all to upgrade you have to recompile anyway.
The idea behind this is to use this variable mainly during upgrades. E.g. if in a new version of NodeManager something changes in the way information is stored in the EEPROM, the code should notice it and perform an upgrade. Still a long term change.
Ah like to mark the version of EEprom data format... like a database structure needing upgrading when you also upgrade the software that uses the db. Thanks