mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
262 B
Plaintext
10 lines
262 B
Plaintext
|
menu "HID Example Configuration"
|
||
|
config EXAMPLE_HID_HOST_ENABLED
|
||
|
bool "Enable Example HID Host"
|
||
|
depends on BT_NIMBLE_ENABLED
|
||
|
default y
|
||
|
select BT_NIMBLE_HID_SERVICE
|
||
|
help
|
||
|
This enables Nimble HID Host
|
||
|
endmenu
|