pitrix/ntp.ino
2019-05-21 05:52:57 +02:00

8 lines
85 B
C++

void ntp_setup() {
ntpClient.begin();
}
void ntp_loop() {
ntpClient.update();
}