8000 Update to the last version of nonos-sdk V2, WiFi addons by d-a-v · Pull Request #5210 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Update to the last version of nonos-sdk V2, WiFi addons #5210

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 17 commits into from
Oct 9, 2018
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
update doc
  • Loading branch information
d-a-v committed Oct 9, 2018
commit 9bcbcf3f01ccc18535fd1669ca8922b7727f5b59
6 changes: 2 additions & 4 deletions doc/esp8266wifi/generic-class.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,9 @@ V2 revision of nonos-sdk before V3)

Quoting nonos-sdk datasheet:

* ``NONE``:
* disable power saving
* ``NONE``: disable power saving

* ``LIGHT`` or ``MODEM``:
* TCP timer rate raised from 250ms to 3s
* ``LIGHT`` or ``MODEM``: TCP timer rate raised from 250ms to 3s

When ``listenInterval`` is set to 1..10, in ``LIGHT`` or ``MODEM`` mode,
station wakes up every (DTIM-interval * ``listenInterval``). This saves
Expand Down
0