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

Only connect to Wifi if there is NO connection #169

Merged
merged 1 commit into from
Dec 14, 2020

Commits on Nov 21, 2020

  1. Only connect to Wifi if there is NO connection

    I have notice an issue when calling IOTAppStory::begin() when wifi is already configured on an ESP32. The connection is disconnected and IAS attempts to connect using its own internal routines. This can be annoying and interfere with the authors intent, By only calling when there is no connection, this can be avoided, without and greater impact to the library functionality.
    
    ##TLDR
    Only connect if not *already* connected from some action before the IOTAppStory::begin() call. This helps avoids wifi managers interfering with each other - it's a quick hack but *seems* to work just fine.
    espwx committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    bfefce1 View commit details
    Browse the repository at this point in the history