Releases: arduino-libraries/WiFiNINA
Releases · arduino-libraries/WiFiNINA
1.9.0
What's Changed
- Bump actions/download-artifact from 3 to 4 by @dependabot in #269
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #270
- Bump geekyeggo/delete-artifact from 2 to 4 by @dependabot in #271
- Fix regression report-size-deltas after updating upload-artifact. by @aentinger in #275
- Bump geekyeggo/delete-artifact from 4 to 5 by @dependabot in #277
- DNS server IP getter dnsIP() by @JAndrassy in #251
- added server.accept() by @JAndrassy in #257
- WiFiServer operator bool by @JAndrassy in #253
- Fix nina-fw minimum required version for WiFiAdvancedChatServer by @pennam in #288
- Increment WIFI_FIRMWARE_LATEST_VERSION to 1.6.0 by @pennam in #289
New Contributors
- @JAndrassy made their first contribution in #251
Full Changelog: 1.8.14...1.9.0
1.8.14
Changelog
- Increment
WIFI_FIRMWARE_LATEST_VERSION
to1.5.0
- Docs updates and fixes (#196) (#201) (#206) (#216) (#220) (#225)
- Fix address of NTP server in example (#188)
- CI updates (#202) (#213) (#218) (#217) (#231)
- Moving asciilogo to a different domain (#212)
New Contributors
- @karlsoderby made their first contribution in #196
- @egueli made their first contribution in #188
- @markpatterson27 made their first contribution in #220
- @stevisco made their first contribution in #212
1.8.13
1.8.12
1.8.11
1.8.10
1.8.9
1.8.8
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)