docs/esp8266/quickref: Add note that machine.RTC is not fully supported.
See issues #3220 and #3710.
This commit is contained in:
parent
f3f7eb48da
commit
04e7aa0563
@ -249,6 +249,10 @@ See :ref:`machine.RTC <machine.RTC>` ::
|
||||
ntptime.settime() # set the rtc datetime from the remote server
|
||||
rtc.datetime() # get the date and time in UTC
|
||||
|
||||
.. note:: Not all methods are implemented: `RTC.now()`, `RTC.irq(handler=*) <RTC.irq>`
|
||||
(using a custom handler), `RTC.init()` and `RTC.deinit()` are
|
||||
currently not supported.
|
||||
|
||||
Deep-sleep mode
|
||||
---------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user