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 printf() with proper ESP_LOGx() (CA-137) #118

Open
liudr opened this issue May 18, 2021 · 0 comments
Open

Replace printf() with proper ESP_LOGx() (CA-137) #118

liudr opened this issue May 18, 2021 · 0 comments

Comments

@liudr
Copy link

liudr commented May 18, 2021

There are several printf() in the port folder. Here is one example:

printf("Initializing SNTP\n");

I recommend replacing them with appropriate ESP_LOGx() to help control log level. Especially if someone wants a clean console app and azure keeps printing out waiting for time etc.

Thanks.

@github-actions github-actions bot changed the title Replace printf() with proper ESP_LOGx() Replace printf() with proper ESP_LOGx() (CA-137) May 18, 2021
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

No branches or pull requests

1 participant