Skip to content

Releases: arduino-libraries/Arduino_ConnectionHandler

0.4.3

21 Jan 10:02
Compare
Choose a tag to compare

Arduino_ConnectionHandler supporting the non-TCP based MKRWAN has been made compatible with the latest version of ArduinoIoTCloud (0.8.4) allowing for a sequential release of first Arduino_ConnectionHandler followed by ArduinoIoTCloud.

0.4.1

16 Jan 13:09
Compare
Choose a tag to compare
  • Bugfix - Header WifiConnectionHandler was not included when compiling for ESP8266.

0.4.0

16 Jan 11:08
Compare
Choose a tag to compare
  • Arduino_ConnectionHandler now supports Arduino MKR WAN 1300/1310.

0.3.3

13 Jan 08:18
Compare
Choose a tag to compare
  • 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

08 Jan 15:46
86fee74
Compare
Choose a tag to compare
Update library.properties

0.3.1

03 Jan 16:16
2d92353
Compare
Choose a tag to compare
Release 0.3.1

0.3.0

31 Dec 15:08
0708bf9
Compare
Choose a tag to compare
  • Add overloaded constructors for optional apn, login and pass in NBConnectionHandler

0.2.0

20 Dec 10:18
Compare
Choose a tag to compare
  • Adding library dependencies to library.properties
  • Adding connection handler for the MKR NB 1500
  • Refactoring WiFi connection handler

0.1.4

21 Oct 12:32
Compare
Choose a tag to compare

Adding support for all ESP8266 based boards currently supported by ESP8266 core.

0.1.3

19 Aug 12:00
Compare
Choose a tag to compare

After establishing a successful connection within the WiFiConnectionManager the internal clock of the ESP8266 is configured via a call to configTime (basically this tells the ESP framework to sync the MCU internal clock via NTP). This is necessary because the current time is required for certificate verification when communicating via TLS.