pitrix/src/ntp.cpp

5 lines
101 B
C++

#include "ntp.h"
WiFiUDP ntpUDP;
NTPClient ntpClient(ntpUDP, NTP_SERVER, NTP_OFFSET, NTP_INTERVAL);