summaryrefslogtreecommitdiffstats
path: root/esp32/main/ntp.h
blob: c8b5767fc4aebca716b152b418218e63ed7e6897 (plain)
1
2
3
4
5
6
7
8
#ifndef NTP_H
#define NTP_H

void ntp_init(void);

int ntp_sync(void);

#endif /* NTP_H */