JosephHewitt/wardriver_rev3

Log Side B installed version

Closed this issue · 1 comments

Only Side A has a version number so it is currently impossible to determine if Side B is running the latest version, this means the OTA process may prompt users to reinstall an already installed version.

A fix for this would be to log the checksum on Side B after installing an OTA update. This can be sent back to Side A during boot where it can be used to determine if an update is required or not.

Implemented with #125