This website requires JavaScript.
Explore
Help
Sign In
arduino
/
esp8266
Watch
1
Star
0
Fork
0
You've already forked esp8266
mirror of
https://github.com/esp8266/Arduino.git
synced
2025-07-30 16:24:09 +03:00
Code
Activity
1,009
Commits
13
Branches
37
Tags
bc0f3c4fe165aafe60c4cda254e3d16bb6be69ec
Commit Graph
2 Commits
Author
SHA1
Message
Date
amcewen
bc0f3c4fe1
Fixes to UDP so that it no longer has socket 0 hardcoded - all part of issue
#436
. UdpClass::begin now finds the first available free socket, or fails if they're all in use. UdpClass::stop added to release the socket once it is no longer needed. The global Udp object has also been removed and the examples updated to provide their own instance. Finally, in testing I noticed that the UdpNtpClient didn't print leading 0s if the minute or second was a single-digit, so have taken the opportunity to provide a simple fix for it.
2010-12-28 15:16:42 +00:00
Tom Igoe
addbdd7949
updating UDP library and examples with M. Margolis' changes and examples.
2010-09-17 14:17:01 +00:00