fix poll interval calculation in getPollInterval()
by liebman 5 years 9 months
fix poll interval calculation in getPollInterval()
update version to 1.1.8
db3a475d
set drift_timestamp usint EPOCH not NTP timestamp
by liebman 5 years 9 months
6f410732
Add a 10ms delay to Syslog messages to hopefully l...
by liebman 5 years 9 months
Add a 10ms delay to Syslog messages to hopefully loose less
Use platform 2.2.3
Use defines for various intervals that can be overridden with compile options
attemp to disable lwip ntp with sntp_servermode_dhcp(0)
Update version to 1.1.7
e4c75287
- increase CLOCK_STRETCH_LIMIT
by liebman 5 years 9 months
- increase CLOCK_STRETCH_LIMIT
- bump SynchroClock version to 1.1.6
- define NTP_REQUEST_COUNT in platformio.ini for >1 NTP req's per cycle
when more than one NTP choose the lowest delay
- fix warning in UDPWrapper
- use RF_NO_CAL when deep sleeping for quicker wakeup.
- improve ClockTest
d3aaf194
started unit tests (its a work in progress)
by liebman 5 years 9 months
started unit tests (its a work in progress)
moved many file to include & lib for easy access from unit tests
broke pin definitions out into a seperate include file for easy access from tests
21e70d2b
update SynchroClock version to 1.1.5
by liebman 5 years 9 months
b04dfd3b
Add include and test directories for future use an...
by liebman 5 years 9 months
Add include and test directories for future use and
because platformio init creates them even with an existing project.
ef885f50
Update README
by liebman 5 years 9 months
f4ef934d
sync clock with RTC when WiFi connect fails in
by liebman 5 years 9 months
sync clock with RTC when WiFi connect fails in
case of power outage where WiFi is not available
dcdaa4db
Fix filename in comment at top of file.
by liebman 5 years 9 months
fae99191
Report a bug