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

Replace Serial.print with esp_log #125

Merged
merged 3 commits into from
Sep 1, 2024
Merged

Replace Serial.print with esp_log #125

merged 3 commits into from
Sep 1, 2024

Conversation

gkoh
Copy link
Owner

@gkoh gkoh commented Sep 1, 2024

Move all debug output to use esp_log rather than direct Serial.print calls.

gkoh added 3 commits August 30, 2024 12:19
Use the ESP32 logging framework for debug messages.
Whilst here, noticed we're leaking client connections, so migrate to
unique_ptr to handle it.
@gkoh gkoh merged commit bbcd140 into master Sep 1, 2024
5 checks passed
@gkoh gkoh deleted the use-esp-log branch September 1, 2024 04:34
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.

1 participant