Skip to content

Fixes and features

Compare
Choose a tag to compare
@tobozo tobozo released this 19 Sep 15:09
· 106 commits to master since this release
c8398d9

New callback setters (need tuning/feedback) fixes #87 fixes #89 :

  • setUpdateBeginFailCb
  • setUpdateEndCb
  • setUpdateCheckFailCb
  • setUpdateFinishedCb

- Arduino Library Manager compliance (now uses #include <esp32FOTA.hpp>) fixes #85 fixes #93

- New constructor esp32fota( FOTAConfig_t ) for init with predefined config, fixes #83

- New empty constructor to use with getConfig() / setConfig(FOTAConfig_t) for late init

- Improved signature check, fixes #88 fixes #71

- Wrapped C semver_t in C++ SemverClass

- Added signed example to test suite

- execOTA() now a bool