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 11 Jun 14:41
· 40 commits to master since this release
01923a4

Rewritten WiFi, config and added field structs #122

  • More free heap & ram for both the ESP8266 and ESP32
  • More stable BearSSL connections on the ESP8266
  • More durable / future proof EEPROM layout
  • WiFi: static ip options
  • WiFi: beter WiFiscan the first time a page is loaded
  • Fixed ESP32 bug for storing certificates to SPIFFS on new devices

The above changes break backwards compatibility with previously stored values in EEPROM. (WiFi, device registration, added fields....) If you do not mind re adding these just update. Otherwise have a look at the libraryUpgrader sketch mentioned below.

Examples

  • exTime/Timezones: Make sketch filename case match folder name #120
  • Updated examples to reflect library changes #123
  • New example: libraryUpgrader #124
  • New example: addDeviceToProject #125