-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Commits on Jan 24, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for f5d7d4a - Browse repository at this point
Copy the full SHA f5d7d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a03a41 - Browse repository at this point
Copy the full SHA 1a03a41View commit details
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d061a3c - Browse repository at this point
Copy the full SHA d061a3cView commit details
Commits on Jan 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8375000 - Browse repository at this point
Copy the full SHA 8375000View commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1e772c - Browse repository at this point
Copy the full SHA b1e772cView commit details -
Merge branch 'pr-eraseconfig-reset' of github.com:mhightower83/Arduin…
…o into pr-eraseconfig-reset
Configuration menu - View commit details
-
Copy full SHA for dd78bc0 - Browse repository at this point
Copy the full SHA dd78bc0View commit details
Commits on Feb 9, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 9ccd11c - Browse repository at this point
Copy the full SHA 9ccd11cView commit details
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for feb8a99 - Browse repository at this point
Copy the full SHA feb8a99View commit details
Commits on Feb 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eb7aa17 - Browse repository at this point
Copy the full SHA eb7aa17View commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f7adcf - Browse repository at this point
Copy the full SHA 5f7adcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7a3ed8 - Browse repository at this point
Copy the full SHA c7a3ed8View commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cd5a852 - Browse repository at this point
Copy the full SHA cd5a852View commit details -
Configuration menu - View commit details
-
Copy full SHA for 892e6a2 - Browse repository at this point
Copy the full SHA 892e6a2View commit details
Commits on Apr 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c952ffc - Browse repository at this point
Copy the full SHA c952ffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8a8251 - Browse repository at this point
Copy the full SHA f8a8251View commit details
Commits on Jun 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 40fba0a - Browse repository at this point
Copy the full SHA 40fba0aView commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f3a492e - Browse repository at this point
Copy the full SHA f3a492eView commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0e1059d - Browse repository at this point
Copy the full SHA 0e1059dView commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 721e6d3 - Browse repository at this point
Copy the full SHA 721e6d3View commit details
Commits on Jul 28, 2023
-
Avoid using "[[noreturn]]" - not accepted for a .c file function Updated to use __attribute__((noreturn)) to handle both .cpp and .c file functions.
Configuration menu - View commit details
-
Copy full SHA for 696b96b - Browse repository at this point
Copy the full SHA 696b96bView commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ef0c1e2 - Browse repository at this point
Copy the full SHA ef0c1e2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.