WIFI_RESUME improve speed and example by mpoettgen · Pull Request #7877 · esp8266/Arduino

@mpoettgen

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.

d-a-v

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks !

@mpoettgen

@mpoettgen

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.

d-a-v

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 !

earlephilhower

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 mpoettgen deleted the feature/wifi_resume_improve_speed_and_example branch

February 15, 2021 21:58