Skip to content

Releases: thinger-io/Arduino-Library

2.21.0

27 Sep 17:16
Compare
Choose a tag to compare

2.20.0

30 Aug 10:38
Compare
Choose a tag to compare
  • Fix ESP8266 connection with TLS/SSL enabled
  • Add support for ESP32 RTOS
  • Add examples for Arduinos: MKR1010, Nano RP2040 Connect, Nano 33 IOT
  • Add support for OTA on Arduinos: MKR1010, Nano RP2040 Connect, Nano 33 IOT
  • Add new examples for using ESP32 RTOS, OTAs, etc.

2.17.0

06 Aug 08:43
Compare
Choose a tag to compare
  • 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

Arduino Library

22 Mar 19:25
Compare
Choose a tag to compare
2.16.0

Fix compiling errors associated to WiFi on ESP boards. Fix compiling …

Arduino Library

08 Oct 18:24
93a8fb7
Compare
Choose a tag to compare

Fix compiling problems on different boards

Arduino Library

10 Apr 10:23
Compare
Choose a tag to compare
2.13.0

fix bug associated to output resources

Arduino Library

16 Oct 00:26
Compare
Choose a tag to compare
  • Added example for Arduino Wifi MKR 1010

Arduino Library

15 Mar 01:18
a854b95
Compare
Choose a tag to compare
  • Added Support for Arduino MKRGSM 1400
  • Improved writing to sockets
  • Improved support for ESP32
  • Improved support for GSM connectivity (over TinyGSM)
  • Improved support for Arduino Yun switching to Bridge library (and support SSL/TLS)
  • Small bug fixes
  • Some examples updated

Arduino Library

16 Apr 15:11
Compare
Choose a tag to compare

Fix a small compiling problem with Wifi101 devices.

Arduino Library

28 Feb 15:32
Compare
Choose a tag to compare

Add support for write_bucket command to write to any arbitrary bucket with a resource or custom data.