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

No C++ Application Message on UART #19

Closed
mumairanwar92 opened this issue Jul 7, 2017 · 2 comments
Closed

No C++ Application Message on UART #19

mumairanwar92 opened this issue Jul 7, 2017 · 2 comments

Comments

@mumairanwar92
Copy link

Great tutorial writing C++ Applications and awesome effort writing the book about esp32. Really appreciated.
I have followed your tutorial, the code was compiled and flashed without issue but unfortunately none of the application messages were sent to the UART. Someone mentioned a little tweaking in the ESP_LOG file but I couldn't figure it out.
Can anybody help me out in this issue ?

@mumairanwar92 mumairanwar92 changed the title No Application Message on UART No C++ Application Message on UART Jul 7, 2017
@nkolban
Copy link
Owner

nkolban commented Jul 7, 2017

I believe that you need to study here:

http://esp-idf.readthedocs.io/en/latest/api-reference/system/log.html

I think you will need to set the debug output level via "make menuconfig". However, if this doesn't solve the issue, post back and we'll pick it up again.

@mumairanwar92
Copy link
Author

@nkolban thanks for the comment. It has been resolved. you and your tutorials have been a great help throughout.

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

2 participants