Open
Description
Moving from espressif/arduino-esp32#5582 (comment)
Currently, CONFIG_BT_HID_HOST_ENABLED
is disabled in the build:
esp32-arduino-lib-builder/sdkconfig.esp32
Line 374 in 12cdbc3
Could this be enabled? I'm looking to connect to a HID (Switch Joy-Con) using
esp_hidh_dev_open
.
Activity
Hamberthm commentedon May 12, 2023
I second this. Why is it disabled?
me-no-dev commentedon Sep 5, 2023
I tried to enable it for Arduino 3.0.0, but it caused build errors. Will try again if issues get resolved