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

Devfixes #67

Merged
merged 3 commits into from
Jul 16, 2017
Merged

Devfixes #67

merged 3 commits into from
Jul 16, 2017

Commits on May 23, 2017

  1. Configuration menu
    Copy the full SHA
    6a89fdc View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Configuration menu
    Copy the full SHA
    6317698 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2017

  1. Changes needed to make esp82xx interact properly with colorchord

    Added EnterCritical() and ExitCritical() to ensure that ADC is not
       running when it will interfer with connection to station, and
       other routines.
    TODO a better way would be to have flags set when ADC should not
       be running have one timed task turn it on or off.
    Together with the fixes for colorchord/fixes the following work
    1. Can switch between different stations and AP without rebooting
       issues (mostly).
    2. Can scan for wifi when in AP mode and will return to AP afterwards
    3. GPIO00 will restore to default AP from both AP or Station mode
    4. Name of AP now terminated with 0
    bbkiwi committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    c0fc3a4 View commit details
    Browse the repository at this point in the history