We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am using ESP32_Display_Panel and I want to disable debug message in serial monitor like:
D (15479) ESP_PanelTouch: Touch panel @0x3c327b20 touched (11, 170, 20)
I cannot find where I can configure this. Thanks!
The text was updated successfully, but these errors were encountered:
Hi @zizheng1, you can set ESP_PANEL_ENABLE_LOG to 0 in the file ESP_Panel_Conf.h which should be located in the project folder.
ESP_PANEL_ENABLE_LOG
0
ESP_Panel_Conf.h
Sorry, something went wrong.
No branches or pull requests
Hi, I am using ESP32_Display_Panel and I want to disable debug message in serial monitor like:
D (15479) ESP_PanelTouch: Touch panel @0x3c327b20 touched (11, 170, 20)
I cannot find where I can configure this. Thanks!
The text was updated successfully, but these errors were encountered: