mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
Fix UdpClient semantics, add NTPClient example
UdpClient used to create a new socket for each begin/beginPacket call. This made bidirectional communication impossible. Fix #64, fix #53.
This commit is contained in:
@ -79,7 +79,7 @@ This is mostly similar to WiFi shield library. Differences include:
|
||||
- ```WiFi.printDiag(Serial);``` will print out some diagnostic info
|
||||
|
||||
WiFiServer, WiFiClient, and WiFiUDP behave mostly the same way as with WiFi shield library.
|
||||
Three samples are provided for this library.
|
||||
Four samples are provided for this library.
|
||||
|
||||
#### Ticker ####
|
||||
|
||||
|
Reference in New Issue
Block a user