8000 NONOS SDK clean-up by mcspr · Pull Request #8770 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

NONOS SDK clean-up #8770

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 10 commits into from
Jan 2, 2023
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
note about v3 wifi methods
  • Loading branch information
mcspr committed Dec 21, 2022
commit aa08f5ff144a07aaa7cd0333162068520854249e
6 changes: 5 additions & 1 deletion doc/esp8266wifi/generic-class.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,11 @@ Other Function Calls
bool enableAP (bool enable)
int hostByName (const char *aHostname, IPAddress &aResult)

appeared with SDK pre-V3:

Also, when using NONOS SDK v3:

.. code:: cpp

uint8_t getListenInterval ();
bool isSleepLevelMax ();

Expand Down
0