Skip to content

Pre-release for IOTAppStory ESP Library 2.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Onno-Dirkzwager Onno-Dirkzwager released this 16 Dec 23:49
· 21 commits to master since this release
357486a

Bugfixes

  • added default value for eepFreeFrom #149
  • Reboot while in Config mode #168
  • setClock sets the time to GMT+3 #131
  • Only connect to Wifi if there is NO connection #169

Update

  • the hardcoded PROGMEM certificate
  • the hardcoded Fingerprint
  • Example: IASLoader added hardcoded certificate for faster setup by user

Additions

  • Timeout for configmode after X time of inactivity (lost with past pullrequests...)
  • Example: BatchLoader
  • bool IAS.WiFiConnected so users can check and or tell the library if the device is connected to WiFi
  • Preset: IAS.preSetConnWifiOnBoot(false) to prevent the library from setting up WiFi on boot.

Improved

  • WiFiConnect & Disconnect
  • WiFi: Don't try to connect if no creds. (thanks dd_weber)
  • NTP time sync routine. Continu to boot if the initial sync failed. And try again later when needed: Callhome & Configmode
  • setclock to UTC by default & add defines in config.h for timezone, offset and servers #131
  • Configmode
    • also send announcements to IAS servers when using the config from local SPIFFS storage
    • Add workaround to prevent ESP32 reboots when connecting in AP mode #168