mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-09 03:22:09 +01:00
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
|
|
menu "Example Configuration"
|
||
|
|
|
||
|
|
config EXAMPLE_DUMP_ADV_DATA_AND_SCAN_RESP
|
||
|
|
bool "Dump whole adv data and scan response data in example"
|
||
|
|
default n
|
||
|
|
|
||
|
|
endmenu
|