WIFI_RESUME improve speed and example by mpoettgen · Pull Request #7877 · esp8266/Arduino
fixes #7876
- Improve speed of WiFi.mode(WIFI_RESUME) by passing the last known BSSID to WiFi.begin.
- Move the WiFiShutdown example to the ESP8266WiFi library example folder.
- Replace the WiFiShutdown example by a simpler one, showing the minimum use case.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks !
Added some documentation. Thinking about maybe giving this a more prominent introduction somewhere, so that it is easier to find. @d-a-v let me know what you think.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Documentation on pseudo-modes looks fine, thanks !
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, especially for documenting things!
mpoettgen
deleted the
feature/wifi_resume_improve_speed_and_example
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters