Skip to content

Releases: arduino-libraries/Arduino_ConnectionHandler

0.5.0

17 Nov 08:56
Compare
Choose a tag to compare

Changelog

  • Support Arduino Uno WiFi Rev. 2

0.4.9

26 Aug 08:55
Compare
Choose a tag to compare
  • Use flash strings for storing debug messages in order to conserve RAM (#39)

0.4.8

27 Jul 11:26
Compare
Choose a tag to compare
  • Adding support for Portenta H7 (#37)

0.4.7

23 Jul 07:15
Compare
Choose a tag to compare
  • Perform multiple ping's without calling attachGPRS again since this breaks the MKRGSM stack (#36)
  • Upgrade Arduino_ConnectionHandler to latest best CI practives (#27, #28, #30, #33)

0.4.6

17 Mar 12:04
Compare
Choose a tag to compare

With this release the code base has been drastically refactored and simplified which allows us to build on a solid foundation for adding future functionality. There is no change in functionality compared to 0.4.5.

0.4.5

05 Mar 06:01
Compare
Choose a tag to compare
  • 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 calling check

0.4.4

29 Jan 10:56
Compare
Choose a tag to compare

Fix "SIM not present" bug

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.