10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
|
menu "VENDOR CAL CONFIG"
|
||
|
config VND_CAL
|
||
|
bool "Enable vendor cal"
|
||
|
default n
|
||
|
|
||
|
config BLE_USE_HIGH_POWER_LEVEL
|
||
|
bool "Enable high power level"
|
||
|
default n
|
||
|
endmenu
|