Skip to content

IOTAppStory ESP Library

Pre-release
Pre-release
Compare
Choose a tag to compare
@Onno-Dirkzwager Onno-Dirkzwager released this 06 May 13:26
· 54 commits to master since this release
04cef12

We have completely rewritten the OTA update portion of the library and are ready to update a whole lot more devices in the future. In this release we start supporting Nextion displays. And expect to support the Arduino MKR samd based boards from 2.2.0

Breaking change

  • SSL/TLS API (BearSSL)

Great additions

  • Update Nextion displays OTA with an ESP #86 | dependency ESPNexUpload
  • Update progress callback
  • Update SPIFFS is now optional #98
  • Standalone Offline SPIFFS config pages (optional)
  • Config pages: Added local firmware update (optional)
  • Config pages: Certificate manager (optional for ESP8266, default for ESP32)
  • Root certificates and or certificate bundles are now stored in SPIFFS

Examples

  • Edited Wemos-Shield-Clock | ezTime instead of SNTPtime
  • Added ESP-DASH examples for the ESP32 | library by ayushsharma82
  • Added ESPAsyncWebServer examples | library by me-no-dev
  • Added OfflineSpiffsConfigPages example | Run full config mode without internet
  • Added WiFiConnectionsAndEvents example
  • Added ezTime examples | library by ropg