Skip to content

Commit 8cc01bb

Browse files
committed
Update docs
1 parent cee369f commit 8cc01bb

File tree

4 files changed

+174
-62
lines changed

4 files changed

+174
-62
lines changed

docs/Command_line_config.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ If defined, enables debug log messages from the NimBLE host
2424
- Uses approx. 32kB of flash memory.
2525
<br/>
2626

27+
`CONFIG_NIMBLE_CPP_LOG_LEVEL`
28+
29+
Define to set the debug log message level from the NimBLE CPP Wrapper.
30+
If not defined it will use the same value as the Arduino core debug level.
31+
Values: 0 = NONE, 1 = ERROR, 2 = WARNING, 3 = INFO, 4+ = DEBUG
32+
<br/>
33+
2734
`CONFIG_NIMBLE_CPP_ENABLE_RETURN_CODE_TEXT`
2835

2936
If defined, NimBLE host return codes will be printed as text in debug log messages.

0 commit comments

Comments
 (0)