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