Skip to content
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

Don't clear authentication options on a ::stop #5386

Merged
merged 2 commits into from
Nov 29, 2018

Commits on Nov 28, 2018

  1. Don't clear authentication options on a ::stop

    Many objects now expect a WiFiClient* object to be passed to them and
    potentially re-used multiple times (HTTPClient, others).  Clearing the
    authentication options on a ::stop means they can never reconnect.
    
    Remove the option clearing in ::stop
    
    Fixes esp8266#5379
    earlephilhower committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    b7cda7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f40b15 View commit details
    Browse the repository at this point in the history