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

Use standard print method on HomeSpan halt #823

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

frankonski
Copy link
Contributor

Avoid using printf() during memory allocation failure, since printf() will also require heap.

This commit should also be cherry-picked in 1.9.0, for inclusion in a 1.9.1 release.

This is to address issue #822

@frankonski frankonski changed the title Use standard print method on memory allocation failure. Use standard print method on HomeSpan halt Apr 21, 2024
@frankonski
Copy link
Contributor Author

Replaced additional LOG() with Serial.print() when HomeSpan halts (while(1))

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.

None yet

1 participant