Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
v1.8.14-3 fixes UDP issue with Nano_RP2040_Connect
Browse files Browse the repository at this point in the history
### Releases v1.8.14-3

1. Fix issue with UDP for Nano_RP2040_Connect using arduino-pico core. Check [UDP not running with WiFiNINA library (Example WiFiUdpSendReceiveString) #376](earlephilhower/arduino-pico#376)
  • Loading branch information
khoih-prog authored Dec 31, 2021
1 parent 33d910d commit 2ee1412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
* [1. AdvancedWebServer on Nano_33_IoT](#1-advancedwebserver-on-nano_33_iot)
* [2. WiFiWebClientRepeating on MBED NANO_RP2040_CONNECT](#2-wifiwebclientrepeating-on-mbed-nano_rp2040_connect)
* [3. WiFiWebClientRepeating on ARDUINO_NANO_RP2040_CONNECT](#3-wifiwebclientrepeating-on-arduino_nano_rp2040_connect)
* [4. WiFiUdpNtpClient on MBED NANO_RP2040_CONNECT](#4-WiFiUdpNtpClient-on-mbed-nano_rp2040_connect)
* [5. WiFiUdpNtpClient on ARDUINO_NANO_RP2040_CONNECT](#5-WiFiUdpNtpClient-on-arduino_nano_rp2040_connect)
* [4. WiFiUdpNtpClient on MBED NANO_RP2040_CONNECT](#4-wifiudpntpclient-on-arduino_nano_rp2040_connect)
* [5. WiFiUdpNtpClient on ARDUINO_NANO_RP2040_CONNECT](#5-wifiudpntpclient-on-mbed-nano_rp2040_connect)
* [Debug](#debug)
* [Troubleshooting](#troubleshooting)
* [TO DO](#to-do)
Expand Down

0 comments on commit 2ee1412

Please sign in to comment.