Releases: arduino-libraries/Arduino_ConnectionHandler
Releases · arduino-libraries/Arduino_ConnectionHandler
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)
0.5.0
Changelog
- Support Arduino Uno WiFi Rev. 2
0.4.9
- Use flash strings for storing debug messages in order to conserve RAM (#39)
0.4.8
- Adding support for
Portenta H7
(#37)
0.4.7
- 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
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
- 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
Fix "SIM not present" bug