8000 Add documentation on recovering from deep sleep with WAKE_RF_DISABLED by amadeuspzs · Pull Request #7338 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Add documentation on recovering from deep sleep with WAKE_RF_DISABLED #7338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 29, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reference issue
  • Loading branch information
amadeuspzs committed May 29, 2020
commit cf75a5ab2547d9971ef53f6e35a18f45adcc4b6e
2 changes: 2 additions & 0 deletions doc/faq/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,5 @@ restored using ``WiFi.forceSleepWake()`` or ``WiFi.mode(WIFI_STA)``. If you need
to implement deep sleep with ``WAKE_RF_DISABLED`` and later connect to WiFi, you
will need to implement an additional (short) deep sleep using
``WAKE_RF_DEFAULT``.

Ref. `#3072 <https://github.com/esp8266/Arduino/issues/3072#issuecomment-288530130>`__
0