Skip to content

Commit 1088768

Browse files
committed
update library to 2.29.0
1 parent 87730b4 commit 1088768

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2.29.0
2+
3+
#### ESP32 Ethernet
4+
- Improve ESP32 Ethernet TLS support by using stock Arduino WiFiClientSecure
5+
- Fix ESP32 log events related to Ethernet link status
6+
- Update ESP32 Ethernet default example including OTA support
7+
- Allow using THINGER_INSECURE_SSL definition to allow using self-signed certificates on ESP32 Ethernet
8+
19
2.28.0
210

311
- Initial support for ESP32 Ethernet connection over TLS

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=thinger.io
2-
version=2.28.0
2+
version=2.29.0
33
author=Alvaro Luis Bustamante <alvarolb@thinger.io>
44
maintainer=Thinger.io <admin@thinger.io>
55
sentence=Arduino library for IOTMP protocol used on Thinger.io IOT Platform.
6-
paragraph=Thinger.io is an open source platform for the Internet of Things. It will allow connecting your things or devices for remote sensing and actuating using the protocol IOTMP. Working with several devices like ESP8266, ESP32, Arduino Ethernet, Arduino Wifi, Arduino MKR1000, Arduino MKR1010, Arduino Nano RP2040 Connect, Arduino Nano 33 IOT, Arduino MKRNB1500, Arduino GSM1400, Arduino Yun, Adafruit CC3000, Arduino + GSM Modules, Texas Instruments CC3200, ENC28J60, LinkIt ONE.
6+
paragraph=Thinger.io is an open source platform for the Internet of Things. It will allow connecting your things or devices for remote sensing and actuating using the protocol IOTMP. Working with several devices like ESP8266, ESP32, Arduino Ethernet, Arduino Wifi, Arduino MKR1000, Arduino MKR1010, Arduino Nano RP2040 Connect, Arduino Nano 33 IOT, Arduino MKRNB1500, Arduino GSM1400, Arduino Portenta, Arduino Yun, Adafruit CC3000, Arduino + GSM Modules, Texas Instruments CC3200, ENC28J60, LinkIt ONE.
77
category=Communication
88
url=https://github.com/thinger-io/Arduino-Library
99
architectures=*

0 commit comments

Comments
 (0)