Skip to content

Commit 45b127e

Browse files
authored
docs/esp8266/general.rst: Fix name of NTP module.
The simple NTP client module is named "ntptime.py".
1 parent ffb13cc commit 45b127e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/esp8266/general.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Real-time clock
116116
RTC in ESP8266 has very bad accuracy, drift may be seconds per minute. As
117117
a workaround, to measure short enough intervals you can use
118118
``utime.time()``, etc. functions, and for wall clock time, synchronize from
119-
the net using included ``ntpdate.py`` module.
119+
the net using included ``ntptime.py`` module.
120120

121121
Due to limitations of the ESP8266 chip the internal real-time clock (RTC)
122122
will overflow every 7:45h. If a long-term working RTC time is required then

0 commit comments

Comments
 (0)