Skip to content

2.17.0

Compare
Choose a tag to compare
@alvarolb alvarolb released this 06 Aug 08:43
· 72 commits to master since this release
  • Fix compiling error on newer ESP8266 core
  • Added CA root certificates for secure TLS connection
  • Now ESP8266 & ESP32 verify TLS connections by default both for community & private instances
  • Deprecated _VALIDATE_SSL_CERTIFICATE_ definition, now default TLS verification can be disabled with THINGER_INSECURE_SSL
  • Update ESP32 example to remove the use of BUILTIN_LED which caused compiling errors
  • Update ESP8266 WifiManager to support new secure connections