This website requires JavaScript.
Explore
Help
Sign In
fabian
/
pitrix
Watch
1
Star
0
Fork
0
You've already forked pitrix
Code
Issues
8
Releases
Activity
42
Commits
1
Branch
0
Tags
3.4
MiB
C++
82.9%
Ruby
10.8%
C
5.8%
Shell
0.4%
Gnuplot
0.1%
8e46327549
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Fabian Schlenz
8e46327549
Re-added the "Flush old UDP packets before updating the time" fix to NTPClient.cpp. See
https://github.com/arduino-libraries/NTPClient/pull/62
2019-05-30 11:36:53 +02:00
include
NTPClient has now a method
boolean isTimeValid()
which indicates whether the last update was successful or not. Clock will blink if it wasn't successful.
2019-05-30 11:36:13 +02:00
lib
Arduino IDE -> PlatformIO
2019-05-27 21:17:05 +02:00
src
Re-added the "Flush old UDP packets before updating the time" fix to NTPClient.cpp. See
https://github.com/arduino-libraries/NTPClient/pull/62
2019-05-30 11:36:53 +02:00
test
Arduino IDE -> PlatformIO
2019-05-27 21:17:05 +02:00
.gitignore
Arduino IDE -> PlatformIO
2019-05-27 21:17:05 +02:00
.travis.yml
Arduino IDE -> PlatformIO
2019-05-27 21:17:05 +02:00
platformio.ini
Splitting the code into single files is done. \o/
2019-05-30 00:49:54 +02:00