Releases: arduino-libraries/Arduino_ConnectionHandler
Releases · arduino-libraries/Arduino_ConnectionHandler
0.7.4
Changelog
- Add support for GIGA (#91)
0.7.3
Changelog
- Add support for opta board (#87)
0.7.2
Changelog
- ESP32 increase connection retry interval (#90)
0.7.1
Changelog
- Fix required firmware version check (#86)
- LoRa: add retries if joinOTAA(...) fails (#88)
- ESP: WiFi: Fix (re)connection (#89)
0.7.0
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
Changelog
- CI updates (sync-labes, actions/checkout) (#72) (#73)
- Add support for NICLA VISION (#74) (#75)
0.6.4
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
Changelog
- Preeliminary Arduino Nano 2040 Connect support (#52)
0.6.2
Changelog
- List
megaavr
in the list of supported architectures.