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

A new approach for erasing WiFi Settings #8828

Merged
merged 21 commits into from
Aug 29, 2023

Commits on Jan 24, 2023

  1. A new approach for erasing WiFi Settings

    Add support for hardware reset function call - simulates EXT_RST via HWDT.
    
    Add reset selection to `ESP.eraseConfig()` for calling hardware reset
    after erasing the WiFi Settings.
    
    Update ArduinoOTA to use `ESP.eraseConfig(true)`
    
    Externalized `ArduinoOTA.eraseConfigAndReset()`
    
    Add OTA examples to illustrate using erase config changes.
    mhightower83 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    f5d7d4a View commit details
    Browse the repository at this point in the history
  2. style

    fixed confused example
    mhightower83 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    1a03a41 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. improve wording

    mhightower83 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    d061a3c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

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

Commits on Feb 8, 2023

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

Commits on Feb 9, 2023

  1. Removed unreachable error test from examples.

    Removed continuous retry of "eraseConfig" and allow the script to
    assign an error handling option for "eraseConfig" failure.
    
    Update example to use error handling option.
    mhightower83 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9ccd11c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

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

Commits on Feb 11, 2023

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

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    5f7adcf View commit details
    Browse the repository at this point in the history
  2. Wording

    mhightower83 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    c7a3ed8 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    cd5a852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    892e6a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    c952ffc View commit details
    Browse the repository at this point in the history
  2. Requested changes.

    mhightower83 committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    f8a8251 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

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

Commits on Jul 21, 2023

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

Commits on Jul 25, 2023

  1. cleanup comments

    mhightower83 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0e1059d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

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

Commits on Jul 28, 2023

  1. Update hardware_reset

    Avoid using "[[noreturn]]" - not accepted for a .c file function
    Updated to use __attribute__((noreturn)) to handle both .cpp and .c
    file functions.
    mhightower83 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    696b96b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

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