Logging where?
#983
-
Hello, I am wondering how to access the logging. I am having trouble connecting to a device and I would like to figure out why that is happening. Thanks :D |
Beta Was this translation helpful? Give feedback.
Answered by
CydiaBoss
Jun 23, 2025
Replies: 2 comments 5 replies
-
You need to set the log level with this macro: NimBLE-Arduino/src/nimconfig.h Line 79 in de03239 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Are you suppose to enable them somewhere else? Because I do not see them in my Serial Monitor. I only see my own print statements. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see, I was able to figure it out via the following:
https://community.platformio.org/t/arduino-nano-esp32-debugging-breakpoints/46748/2
Thank you so much!