8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafdfb7 commit 3f6ca4bCopy full SHA for 3f6ca4b
docs/esp8266/general.rst
@@ -91,3 +91,12 @@ the following in ``main.py``::
91
92
This will allow to keep the structure of your application clear, as well as
93
allow to install multiple applications on a board, and switch among them.
94
+
95
96
+Real-time clock
97
+---------------
98
99
+Due to limitations of the ESP8266 chip the internal real-time clock (RTC)
100
+will overflow every 7:45h. If a long-term working RTC time is required then
101
+``time()`` or ``localtime()`` must be called at least once within 7 hours.
102
+MicroPython will then handle the overflow.
0 commit comments