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 May 22:48
· 30 commits to master since this release
c81c82a

Breaking
Set default for HTTPS_8266_TYPE to CERTIFICATE #147
In previous releases the default was FINGERPRINT
This means you will have to add an certificate to existing projects. This can be done in config mode. Or by sending an OTA spiffs update with the certificate in the "certs" folder before updating the sketch to RC3.

Bugfixes

  • Fixed mdns support for ESP8266 devices #142
  • Fixed Dependency on ESPNexUpload (#143) when not being used
  • Added missing wifi (re) connector #146 Thankyou @CwlBroeders
  • Added missing eepFreeFrom #144

Other changes

  • Created LICENSE
  • Maintenance updates (#134) Thankyou @xDevThomas
  • Added ArduBagde to the readme
  • Add library version to the callhome header (#148)
  • Updated keywords. Renamed server functions and made them public (#126)