esp-open-rtos/extras/sntp
Jeff Kletsky 7821c098d8 extras/sntp: SNTP_LOGD #define; fix format string for drift
Allow user to define a printf()-like function
to be sued for logging; disable logging if not defined

esp-open-rtos implementation of printf()
generally can't handle uint64_t -- See Issue #561
use (long double) to represent the time error in ticks
2018-02-06 22:00:18 -08:00
..
component.mk Added sntp support and example 2016-03-09 17:18:51 +01:00
sntp.c Allow overrides of sntp.h 2017-12-07 20:55:03 +01:00
sntp.h Removed my _time() implementation to use newlib provided one. 2016-03-31 16:05:15 +02:00
sntp_fun.c extras/sntp: SNTP_LOGD #define; fix format string for drift 2018-02-06 22:00:18 -08:00