espressif / esp32-arduino-lib-builder

147 stars 161 forks source link

Enable BT HID host support? #40

Open rcombs opened 3 years ago

rcombs commented 3 years ago

Moving from https://github.com/espressif/arduino-esp32/issues/5582#issue-977282151

Currently, CONFIG_BT_HID_HOST_ENABLED is disabled in the build: https://github.com/espressif/esp32-arduino-lib-builder/blob/12cdbc3560efc758effa856bf8c467776b7b149e/sdkconfig.esp32#L374 Could this be enabled? I'm looking to connect to a HID (Switch Joy-Con) using esp_hidh_dev_open.

Hamberthm commented 1 year ago

I second this. Why is it disabled?

me-no-dev commented 1 year ago

I tried to enable it for Arduino 3.0.0, but it caused build errors. Will try again if issues get resolved