11 lines
130 B
C
11 lines
130 B
C
|
#ifndef ntp_H
|
||
|
#define ntp_H
|
||
|
|
||
|
#include "NTPClient.h"
|
||
|
#include <WiFiUdp.h>
|
||
|
#include "config.h"
|
||
|
|
||
|
extern NTPClient ntpClient;
|
||
|
|
||
|
#endif
|