-
|
Investigating an issue and but currently can't get console_printf messages to show up in Serial for \NimBLE-Arduino\nimble\nimble\controller\src\ble_ll_ctrl.c |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
For the normal NimBLE-Arduino debug path, use the logging config instead:
Those settings are documented in If you add raw For a local debug build you can patch |
Beta Was this translation helpful? Give feedback.
-
|
If this is an esp32 then the controller is unused as espressif provides it separately. For nRF platforms you can just call printf. |
Beta Was this translation helpful? Give feedback.
If this is an esp32 then the controller is unused as espressif provides it separately.
For nRF platforms you can just call printf.