Skip to content

Releases: arduino-libraries/WiFiNINA

1.8.14

19 Apr 08:36
0de2f03
Compare
Choose a tag to compare

Changelog

New Contributors

1.8.13

02 Aug 12:57
dcab402
Compare
Choose a tag to compare

Changelog

  • Increment WIFI_FIRMWARE_LATEST_VERSION to 1.4.8
  • Replace hard-coded LED pin number with the portable LED_BUILTIN constant (#190)

1.8.12

18 Jun 07:42
0a8d878
Compare
Choose a tag to compare

Changelog

  • Increment WIFI_FIRMWARE_LATEST_VERSION to 1.4.7 (#191)

1.8.11

14 Jun 13:06
ea7748e
Compare
Choose a tag to compare

Changelog

  • RP2040 - adapt NinaPins to be used as class (#180)
  • Provide clean API for passing watchdog function (#186)

1.8.10

12 May 11:50
Compare
Choose a tag to compare

Changelog

  • Invert GPIO output to allow turning on LEDs via digitalWrite(LEDR,HIGH) instead of digitalWrite(LEDR,LOW). (#177)

1.8.9

05 May 12:53
Compare
Choose a tag to compare

Changelog

  • Arduino Nano RP2040 Connect: Allow access to RGB LED as well as A4-A7 via classic Arduino APIs (#167)
  • The latest available nina-fw is v1.4.5. (#175)

1.8.8

28 Apr 04:58
Compare
Choose a tag to compare

Changelog

  • Prevent silly compiler warning (no return of non-void-function) (#154)
  • Updating comment to match code (#160)
  • Bugfix: Short timeout allows SPI on RP2040 to be served in AP_SimpleWebServer (#163)
  • Update continuous integration system (#169)
  • Add Nano RP2040 Connect as target during CI compilation. (#170)
  • Upgrade constant containing latest nina-fw version is 1.4.4. (#171)

1.8.7

25 Mar 07:53
a825b4c
Compare
Choose a tag to compare

Changelog

  • Add support to RP2040 on FirmwareUpdater (#162)

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)