-
Notifications
You must be signed in to change notification settings - Fork 717
C++ "Hello World" Project #6
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
Comments
Great idea ... thank you for that sir. Here is a first pass ... have a go and lets see if this meets the need. Please post back with comments/results. https://github.com/nkolban/esp32-snippets/blob/master/skeletons/cpp/main_helloworld.cpp |
Thank you for the example I replaced the main.c with main_helloworld.cpp file a project based on esp-idf-template project. I had to add the include directory to the include path to resolve ESP_LOGD declarations. I had to adjust the log level to get the messages to output to the uart. |
Ahhh ... yes ... sorry ... by using ESP_LOGD() that logs at the debug level which is a lower level logging than default. But it sounds like you got it figured. Close this issue when you are happy. |
@GarageGadget I'm having the same issue, will you guide me how did you adjust the log level to get the output ? Thanks in advance. |
@mumairanwar92 The logging is documented here ... http://esp-idf.readthedocs.io/en/latest/api-reference/system/log.html At a high level, and assuming your are using ESP-IDF, run "make menuconfig" and navigate through the menus to the log settings. Set the default log output level to debug or lower. If you need further assistance, don't hesitate to post back. |
@nkolban thanks for the comment. It has been resolved. you and your tutorials have been a great help throughout. |
hi |
Hi all, |
@nkolban In above url, 'Cabin336%40efc' includes '%40' which has its decoded value '@' |
Check you esp-idf installation: |
@chegewara |
@chegewara |
Hi,
I would appreciate it if you can provide the C++ configuration details e.g example "Hello World" project for C++.
This would help fast track myself and others with C++ development on the ESP32.
Keep up the good work.
BR,
Brent
The text was updated successfully, but these errors were encountered: