docs/esp8266/general.rst: Fix name of NTP module.

The simple NTP client module is named "ntptime.py".
pull/3192/head
Patrick O'Leary 2017-07-02 20:02:19 -05:00 zatwierdzone przez GitHub
rodzic ffb13cc633
commit 45b127e7ac
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -116,7 +116,7 @@ Real-time clock
RTC in ESP8266 has very bad accuracy, drift may be seconds per minute. As
a workaround, to measure short enough intervals you can use
``utime.time()``, etc. functions, and for wall clock time, synchronize from
the net using included ``ntpdate.py`` module.
the net using included ``ntptime.py`` module.
Due to limitations of the ESP8266 chip the internal real-time clock (RTC)
will overflow every 7:45h. If a long-term working RTC time is required then