We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53896a8 commit aa0040aCopy full SHA for aa0040a
configs/defconfig.esp32
@@ -3,6 +3,9 @@ CONFIG_BTDM_SCAN_DUPL_CACHE_SIZE=20
3
CONFIG_BT_BTC_TASK_STACK_SIZE=8192
4
CONFIG_BT_BTU_TASK_STACK_SIZE=8192
5
CONFIG_BT_CLASSIC_ENABLED=y
6
+CONFIG_BT_HID_ENABLED=y
7
+CONFIG_BT_HID_HOST_ENABLED=y
8
+CONFIG_BT_HID_DEVICE_ENABLED=y
9
CONFIG_BT_A2DP_ENABLE=y
10
CONFIG_BT_SPP_ENABLED=y
11
CONFIG_BT_HFP_ENABLE=y
0 commit comments