Releases: arduino-libraries/Arduino_ConnectionHandler
Releases · arduino-libraries/Arduino_ConnectionHandler
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.
0.6.1
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
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
Changelog
- Disable Arduino_DebugUtils for Arduino Uno WiFi Rev 2 in order to conserve memory (#44)