We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving from espressif/arduino-esp32#5582 (comment)
Currently, CONFIG_BT_HID_HOST_ENABLED is disabled in the build:
CONFIG_BT_HID_HOST_ENABLED
esp32-arduino-lib-builder/sdkconfig.esp32
Line 374 in 12cdbc3
esp_hidh_dev_open
The text was updated successfully, but these errors were encountered:
I second this. Why is it disabled?
Sorry, something went wrong.
I tried to enable it for Arduino 3.0.0, but it caused build errors. Will try again if issues get resolved
No branches or pull requests
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
.The text was updated successfully, but these errors were encountered: