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

Experimental: add new WiFi (pseudo) modes: WIFI_SHUTDOWN & WIFI_RESUME #6356

Merged
merged 17 commits into from
Sep 5, 2019

Commits on Jul 29, 2019

  1. add new WiFimodes: WIFI_SHUTDOWN & WIFI_RESUME with example

    restore WiFi.onWiFiModeChange()
    add crc32() in core
    d-a-v committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    72dc2d7 View commit details
    Browse the repository at this point in the history
  2. remove useless variable

    d-a-v committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    16ac25a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44b84a2 View commit details
    Browse the repository at this point in the history
  4. fix style

    d-a-v committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    db5e6af View commit details
    Browse the repository at this point in the history
  5. reorder structure members

    d-a-v committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    31cddd3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f2e3e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. state saving was initially part of the shutdown function

    moving it where it was
    d-a-v committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    ca163a8 View commit details
    Browse the repository at this point in the history
  2. fix example to be consistent

    d-a-v committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    68f9796 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1726798 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

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

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    1700c97 View commit details
    Browse the repository at this point in the history
  2. comment (mention experimental)

    d-a-v committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    0d8f787 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

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

Commits on Sep 2, 2019

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

    d-a-v committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    6fb0a34 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. unify crc32 calls

    d-a-v committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    6e1c44e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41012b1 View commit details
    Browse the repository at this point in the history