Skip to content

Updated the Reset_Reason code #66

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

alexceltare2
Copy link
Contributor

All described in the code change and commit message

alexceltare2 and others added 3 commits June 18, 2025 11:02
Signed-off-by: George Popa <george.popa@metasphere.co.uk>
Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
if (last_reset_reason == UNKNOWN_RESET) Serial.println(" - Unknown or no flags set");
last_reset_reason = UNKNOWN_RESET;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be best to kept it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why? the point is that the loop will continually show what was the last reset reason. that line will overwrite the reason and display "- Unknown or no flags set".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants