JosephHewitt / wardriver_rev3

A portable ESP32-based WiFi/Bluetooth scanner for Wigle.net.
https://wardriver.uk
GNU General Public License v3.0
221 stars 19 forks source link

Log Side B installed version #111

Closed JosephHewitt closed 8 months ago

JosephHewitt commented 10 months ago

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.

JosephHewitt commented 8 months ago

Implemented with #125