Skip to content

Releases: arduino-libraries/Arduino_ConnectionHandler

0.2.0

20 Dec 10:18

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

Choose a tag to compare

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

0.1.3

19 Aug 12:00

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.

0.1.2

22 Jul 10:55

Choose a tag to compare

changes:
fixed library properties version number

First official release

22 Jul 09:22

Choose a tag to compare

0.1.1

- aStyle formatting of source and example

Initial release

29 Jun 10:46

Choose a tag to compare

- updated example

- minor cleanup