pitrix/include/ntp.h
Fabian Schlenz 47812de405
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Switched from NTPClient to lwIPs internal SNTP client.
This has the advantage of being able to set DST automatically.
2020-03-29 18:08:54 +02:00

6 lines
73 B
C

#pragma once
#include "config.h"
void time_changed();
void ntp_setup();