2019-06-06 04:43:01 +00:00
|
|
|
#pragma once
|
2019-05-29 22:49:54 +00:00
|
|
|
|
2019-06-06 04:43:01 +00:00
|
|
|
#include <NTPClient.h>
|
2019-05-29 22:49:54 +00:00
|
|
|
#include <WiFiUdp.h>
|
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
extern NTPClient ntpClient;
|
2019-06-06 04:43:01 +00:00
|
|
|
void updateCallback(NTPClient* c);
|
|
|
|
void ntp_setup();
|