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
6ba916282b
pitrix
/
include
/
ntp.h
6 lines
73 B
C
Raw
Normal View
History
Unescape
Escape
Correctly using NTPClient. Now with callback.
2019-06-06 04:43:01 +00:00
#
pragma once
Splitting the code into single files is done. \o/
2019-05-29 22:49:54 +00:00
#
include
"config.h"
Switched from NTPClient to lwIPs internal SNTP client. This has the advantage of being able to set DST automatically.
2020-03-29 16:08:54 +00:00
void
time_changed
(
)
;
Correctly using NTPClient. Now with callback.
2019-06-06 04:43:01 +00:00
void
ntp_setup
(
)
;
Reference in New Issue
Copy Permalink