Skip to content

Releases: arduino-libraries/WiFiNINA

2.0.1

25 Feb 11:36
101545a

Choose a tag to compare

What's Changed

  • library.properties: fix architecture for rp2040 connect by @pennam in #321

Full Changelog: 2.0.0...2.0.1

2.0.0

24 Feb 11:00
218f3f5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.1...2.0.0

1.9.1

20 Mar 07:45
f28e72d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.0...1.9.1

1.9.0

21 Jan 08:13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.14...1.9.0

1.8.14

19 Apr 08:36
0de2f03

Choose a tag to compare

Changelog

New Contributors

1.8.13

02 Aug 12:57
dcab402

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

Choose a tag to compare

Changelog

  • Increment WIFI_FIRMWARE_LATEST_VERSION to 1.4.7 (#191)

1.8.11

14 Jun 13:06
ea7748e

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

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

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)