8000 Fix headline in documentation as well. · dok-net/arduino-esp8266@2943275 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2943275

Browse files
committed
Fix headline in documentation as well.
1 parent 2bcdc3b commit 2943275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/libraries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ An ESP8266 port of SoftwareSerial library done by Peter Lerup (@plerup) supports
7171
ESP-specific APIs
7272
-----------------
7373

74-
Some ESP-specific APIs related to deep sleep, RTC and flash memories are available in the ``ESP`` object.
74+
Some ESP-specific APIs related to the deep, modem, and light sleep modes, RTC and flash memory are available in the ``ESP`` object.
7575

7676
``ESP.deepSleep(microseconds, mode)`` will put the chip into deep sleep. ``mode`` is one of ``WAKE_RF_DEFAULT``, ``WAKE_RFCAL``, ``WAKE_NO_RFCAL``, ``WAKE_RF_DISABLED``. (GPIO16 needs to be tied to RST to wake from deepSleep.) The chip can sleep for at most ``ESP.deepSleepMax()`` microseconds. If you implement deep sleep with ``WAKE_RF_DISABLED`` and require WiFi functionality on wake up, you will need to implement an additional ``WAKE_RF_DEFAULT`` before WiFi functionality is available.
7777

0 commit comments

Comments
 (0)
0