Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 8b4443a

Browse files
authored
v3.7.2 to add setUDP() function
### Releases v3.7.2 1. Add setUDP() function to enable auto-switching between `WiFi` and `Ethernet` UDP instances. Check [added setUDP function #8](#8) 2. Add new examples [ESP_WiFi_ETH_NTPClient_Advanced](https://github.com/khoih-prog/NTPClient_Generic/tree/main/examples/ESP/ESP_WiFi_ETH_NTPClient_Advanced) and [WT32_WiFi_ETH01_NTPClient_Advanced](https://github.com/khoih-prog/NTPClient_Generic/tree/main/examples/WT32_ETH01/WT32_WiFi_ETH01_NTPClient_Advanced) to use the new setUDP() function for auto-switching between `WiFi` and `Ethernet` UDP to update NTP time. 3. Update `Packages_Patches`
1 parent 4d966c5 commit 8b4443a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@ LOC : 22:55:36 Mon 24/1/2022 or 24 Jan 2022
16391639

16401640
#### 22. [**ESP_WiFi_ETH_NTPClient_Advanced**](examples/ESP/ESP_WiFi_ETH_NTPClient_Advanced) on ESP32_DEV with W5x00 using EthernetLarge Library
16411641

1642-
Following is the debug terminal output when running example [**WT32_ETH01_NTPClient_Advanced**](examples/WT32_ETH01/WT32_ETH01_NTPClient_Advanced) on ESP32_DEV with W5x00 using EthernetLarge Library to demonstrate how to to use the new `setUDP()` function for auto-switching between `WiFi` and `Ethernet` UDP to update NTP time.
1642+
Following is the debug terminal output when running example [**ESP_WiFi_ETH_NTPClient_Advanced**](examples/ESP/ESP_WiFi_ETH_NTPClient_Advanced) on ESP32_DEV with W5x00 using EthernetLarge Library to demonstrate how to to use the new `setUDP()` function for auto-switching between `WiFi` and `Ethernet` UDP to update NTP time.
16431643

16441644

16451645
```

0 commit comments

Comments
 (0)