Skip to content

Releases: arduino-libraries/WiFiNINA

2.1.0

Choose a tag to compare

@pennam pennam released this 22 Jun 09:28
a1150a5

What's Changed

  • feat: add zephyr support for nano rp2040 by @gibix in #315

New Contributors

Full Changelog: 2.0.1...2.1.0

2.0.1

Choose a tag to compare

@pennam pennam released this 25 Feb 11:36
101545a

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

Choose a tag to compare

@pennam pennam released this 24 Feb 11:00
218f3f5

What's Changed

New Contributors

Full Changelog: 1.9.1...2.0.0

1.9.1

Choose a tag to compare

@pennam pennam released this 20 Mar 07:45
f28e72d

What's Changed

New Contributors

Full Changelog: 1.9.0...1.9.1

1.9.0

Choose a tag to compare

@pennam pennam released this 21 Jan 08:13

What's Changed

New Contributors

Full Changelog: 1.8.14...1.9.0

1.8.14

Choose a tag to compare

@pennam pennam released this 19 Apr 08:36
0de2f03

Changelog

New Contributors

1.8.13

Choose a tag to compare

@pennam pennam released this 02 Aug 12:57
dcab402

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

Choose a tag to compare

@aentinger aentinger released this 18 Jun 07:42
0a8d878

Changelog

  • Increment WIFI_FIRMWARE_LATEST_VERSION to 1.4.7 (#191)

1.8.11

Choose a tag to compare

@aentinger aentinger released this 14 Jun 13:06
ea7748e

Changelog

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

1.8.10

Choose a tag to compare

@aentinger aentinger released this 12 May 11:50

Changelog

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