Releases: arduino-libraries/WiFiNINA
Releases · arduino-libraries/WiFiNINA
1.8.6
Changelog
- Preparing WiFiNINA library for Arduino Nano RP2040 Connect (#161)
1.8.5
Changelog
- Instead of using the cumbersome
__has_include
approach rather define a weak function to be overwritten by higher level application layers. (#158)
1.8.4
Changelog
- Use authenticated GH API requests in "Compile Examples" CI workflow (#153)
- Bugfix: Feed watchdog within busy-wait-loop within connectBearSSL to prevent a premature reset. (#157)
1.8.3
Changelog
- Updating version string containing latest version of nina firmware to version 1.4.3. (#152)
1.8.2
Changelog
- Use GitHub Actions for continuous integration (#151)
- Add possibility to resend data if
lwip_send
fails (#146)
1.8.1
Changelog
- Fix warning in
spi_drv.cpp
(#136)
- Bugfix: The latest available wifi firmware version is in fact
1.4.1
, not 1.4.2
(#149)
1.8.0
Changelog
- Limit the maximum length of the download URL for the OTA binary since the receive buffer on the nina firmware can't hold more than 128 bytes (#131)
- Introduce WiFiBearSSLClient (offloaded to Nina) (#139)
- Change
WIFI_FIRMWARE_LATEST_VERSION
to 1.4.2
1.7.1
- Change
WIFI_FIRMWARE_LATEST_VERSION
to 1.4.1
1.7.0
- Add 'downloadOTA' command to download OTA file and verify length/CRC (#124) (to be used together with nina-fw > arduino/nina-fw@d4a2118)
1.6.0
- Adding API to make use of file storage/retrieval capability available since nina-fw 1.4.0 (#74)
- Speed up of duration of function
ServerDrv::getDataBuf
(#84)