Skip to content

Releases: arduino-libraries/WiFiNINA

1.8.6

23 Mar 09:14
Compare
Choose a tag to compare

Changelog

  • Preparing WiFiNINA library for Arduino Nano RP2040 Connect (#161)

1.8.5

18 Mar 06:06
Compare
Choose a tag to compare

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

16 Mar 12:32
bf02213
Compare
Choose a tag to compare

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

08 Feb 05:51
Compare
Choose a tag to compare

Changelog

  • Updating version string containing latest version of nina firmware to version 1.4.3. (#152)

1.8.2

29 Jan 07:35
Compare
Choose a tag to compare

Changelog

  • Use GitHub Actions for continuous integration (#151)
  • Add possibility to resend data if lwip_send fails (#146)

1.8.1

11 Jan 05:39
7a85845
Compare
Choose a tag to compare

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

18 Nov 12:15
Compare
Choose a tag to compare

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

26 Aug 05:32
Compare
Choose a tag to compare
  • Change WIFI_FIRMWARE_LATEST_VERSION to 1.4.1

1.7.0

06 Aug 06:36
Compare
Choose a tag to compare
  • 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

13 Jul 05:14
Compare
Choose a tag to compare
  • 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)