-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Example: ResetReason2 #8105
Example: ResetReason2 #8105
Conversation
Unable to target 3.0.0 branch without creating a new PR. There's no hurry on merging this PR. It can wait until 3.0.0 is merged with master. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on ESP32, S2, S3 and C3 and works ok.
b80fd6b
to
d09a0f6
Compare
Rebased on master. No code changes. |
d09a0f6
to
5eb5986
Compare
@mrengineer7777 you should update this branch now :) 3.0.0 is in |
5eb5986
to
80c928c
Compare
Rebased on lastest master. No code changes. |
@mrengineer7777 seems some conflicts showed up. Can you please fix them? |
Moved examples to separate sub folders
80c928c
to
346face
Compare
Rebased on master. No code changes. |
@me-no-dev Checks passed. I will note there are some warnings and at least one error (WiFi library missing references in "Arduino on macOS-latest", "Arduino on windows-latest") in the build logs, but they appear unrelated to my example. Not sure why they aren't flagged as build errors. |
we need to fix windows and mac CI to error properly (and update the sketches it builds too), so do not worry about those. Sadly you missed the alpha3, but the example will make it to RC1 |
Description of Change
Improved reboot reason by using the IDF version that persists crash information.
Tests scenarios
Tested on arduino-esp32 core v2.0.7 with Feather ESP32.
Tested using VSCODE+PIO. I am attaching the PIO version of the key test files.
Related links
Resolves #8040 (already closed)
ResetReason2.zip