zerog2k / stc_diyclock

STC DIY Clock redux (STC15F204EA, STC15W404AS, STC15W408AS)
MIT License
170 stars 67 forks source link

NMEA - fix for buggy nodemcu rtctime.dsleep() #56

Closed venustrg closed 3 years ago

venustrg commented 3 years ago

using rtctime.dsleep() causes incorrect ntp behaviour (it tries to keep time over deep sleep so breaks ntp). replaced with node.dsleep() with longer sleep time (10hrs) for float nodemcu fw.