8 lines
85 B
C++
8 lines
85 B
C++
void ntp_setup() {
|
|
ntpClient.begin();
|
|
}
|
|
|
|
void ntp_loop() {
|
|
ntpClient.update();
|
|
}
|