Releases: thinger-io/Arduino-Library
Releases · thinger-io/Arduino-Library
2.21.0
- Add Interactive Terminal Console: https://docs.thinger.io/extended-features/remote-console
- Add stream listeners to know when a stream has been opened or closed.
2.20.0
- 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
- 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 withTHINGER_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
2.16.0 Fix compiling errors associated to WiFi on ESP boards. Fix compiling …
Arduino Library
Fix compiling problems on different boards
Arduino Library
2.13.0 fix bug associated to output resources
Arduino Library
- Added example for Arduino Wifi MKR 1010
Arduino Library
- 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
Fix a small compiling problem with Wifi101 devices.
Arduino Library
Add support for write_bucket command to write to any arbitrary bucket with a resource or custom data.