WaiveCar / WaiveScreen

WaiveScreen related stuff.
0 stars 0 forks source link

Flash Arduino on upgrade #262

Closed nthobe closed 4 years ago

nthobe commented 4 years ago

When upgrading, we compare the arduino version we are running to the version included in our upgrade. If it's different, we flash the new version.

When flashing, we backup the previous version, flash the new one and test it. If it fails the test, we make a noisy error and flash the previous version back on.

nthobe commented 4 years ago

Implemented and merged into master.