Skip to content

Releases: dndg/OptaUSBUpdate

Version 1.0.1

08 May 08:10
Compare
Choose a tag to compare

Fixes

  • Fixed library properties in compliance with Arduino's library registry.

Initial release

26 Mar 16:07
Compare
Choose a tag to compare

Initial release including:

  • support for updating from the USB in steps (see examples/StepByStepUpdate);
  • support for updating from the USB as a single method call (see examples/SimpleUpdate);
  • a modified bin2ota.py script that does compression and signature in a single step.