Skip to content

Commit 04e7aa0

Browse files
ketographdpgeorge
ketograph
authored andcommitted
docs/esp8266/quickref: Add note that machine.RTC is not fully supported.
See issues #3220 and #3710.
1 parent f3f7eb4 commit 04e7aa0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/esp8266/quickref.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@ See :ref:`machine.RTC <machine.RTC>` ::
249249
ntptime.settime() # set the rtc datetime from the remote server
250250
rtc.datetime() # get the date and time in UTC
251251

252+
.. note:: Not all methods are implemented: `RTC.now()`, `RTC.irq(handler=*) <RTC.irq>`
253+
(using a custom handler), `RTC.init()` and `RTC.deinit()` are
254+
currently not supported.
255+
252256
Deep-sleep mode
253257
---------------
254258

0 commit comments

Comments
 (0)