Skip to content

Releases: arduino-libraries/Arduino_ConnectionHandler

0.7.1

13 Dec 10:09
8afb854
Compare
Choose a tag to compare

Changelog

  • Fix required firmware version check (#86)
  • LoRa: add retries if joinOTAA(...) fails (#88)
  • ESP: WiFi: Fix (re)connection (#89)

0.7.0

03 Nov 11:29
ffdb90a
Compare
Choose a tag to compare

Changelog

  • CI updates (#78)(#77)(#83)(#84)
  • Remove PORTENTA_H7_M4 from supported build options (#76)
  • Use generic defines ARDUINO_ARCH_ESP8266 and ARDUINO_ARCH_ESP32 (#80)
  • Switch informative WiFi debug prints from ERROR to INFO (#82)
  • Add Ethernet support for Portenta + Ethernet Shields (#81)

0.6.6

08 Mar 16:05
98db5e6
Compare
Choose a tag to compare

Changelog

  • CI updates (sync-labes, actions/checkout) (#72) (#73)
  • Add support for NICLA VISION (#74) (#75)

0.6.5

02 Nov 09:48
6319f10
Compare
Choose a tag to compare
Release 0.6.5

0.6.4

29 Apr 05:15
Compare
Choose a tag to compare

Changelog

  • Modernize continuous integration system (#54)
  • Add Nano RP2040 Connect as target during CI compilation. (#55)
  • Add mbed_nano and mbed_portenta as supported architectures. (#56)
  • Feed watchdog a bit more often when initializing MKR GSM 1400/NB 1500 (#58)

0.6.3

19 Mar 09:31
862db08
Compare
Choose a tag to compare

Changelog

  • Preeliminary Arduino Nano 2040 Connect support (#52)

0.6.2

28 Jan 06:48
Compare
Choose a tag to compare

Changelog

  • List megaavr in the list of supported architectures.

0.6.1

18 Jan 05:39
Compare
Choose a tag to compare

Changelog

  • Pin esp8266:esp8266 platform version to 2.5.0 in CI builds (#50)
  • Adding mbed as supported library to Arduino_ConnectionHandler library (since we are already using it on Portenta H7). (#51)

0.6.0

13 Jan 11:51
dc00a26
Compare
Choose a tag to compare

Changelog

  • Update CI workflow to correctly install ArduinoCore-API in arduino:mbed core (#46)
  • ESP32 support + example fix (AVR DebugUtils removal) (#47)
  • Add ESP32 board to "Compile Examples" CI workflow (#49)

0.5.1

18 Nov 11:38
Compare
Choose a tag to compare

Changelog

  • Disable Arduino_DebugUtils for Arduino Uno WiFi Rev 2 in order to conserve memory (#44)