Releases: arduino-libraries/Arduino_ConnectionHandler
Releases · arduino-libraries/Arduino_ConnectionHandler
0.4.5
- CI support for compiling library for
ESP8266
- Bugfix which caused disruption of other SPI/CS based devices on WiFi boards (22d1301)
- Major cleanup and unification of both LoRa and TCP based connection handlers
- Removal of deprecated function
update
- Marking
getStatus
as deprecated since the status is also provided when callingcheck
0.4.4
0.4.3
0.4.1
0.4.0
0.3.3
- Thanks to @per1234 CI was added to this repository which will build the example ConnectionHandlerDemo.
- ConnectionHandlerDemo was extended in such way that the sketch can be built for MKR WiFi 1010, MKR 1000, MKR GSM1400 and MKR NB 1500. This way any breaking change in future code modifications can be detected by the CI build.
0.3.2
Update library.properties
0.3.1
Release 0.3.1
0.3.0
- Add overloaded constructors for optional apn, login and pass in NBConnectionHandler