Fabian Schlenz
291a3be623
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
160 B
C
10 lines
160 B
C
#pragma once
|
|
|
|
#include <NTPClient.h>
|
|
#include "my_wifi.h"
|
|
#include "config.h"
|
|
|
|
extern NTPClient ntpClient;
|
|
void updateCallback(NTPClient* c);
|
|
void ntp_setup();
|