8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Board: ESP32 Feather Core Installation version: 2.0.0-rc1 IDE name: Arduino IDE Flash Frequency: 80Mhz PSRAM enabled: Not sure? Upload Speed: 115200 Computer OS: macOS
Currently, CONFIG_BT_HID_HOST_ENABLED is disabled in the build:
CONFIG_BT_HID_HOST_ENABLED
arduino-esp32/tools/sdk/esp32/sdkconfig
Line 374 in 6972695
esp_hidh_dev_open
The text was updated successfully, but these errors were encountered:
Moving to espressif/esp32-arduino-lib-builder#40.
Sorry, something went wrong.
No branches or pull requests
Hardware:
Board: ESP32 Feather
Core Installation version: 2.0.0-rc1
IDE name: Arduino IDE
Flash Frequency: 80Mhz
PSRAM enabled: Not sure?
Upload Speed: 115200
Computer OS: macOS
Description:
Currently,
CONFIG_BT_HID_HOST_ENABLED
is disabled in the build:arduino-esp32/tools/sdk/esp32/sdkconfig
Line 374 in 6972695
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: