You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…(LED report), closing #38 :
- Added report ID for LEDs
- Added callback event type for LED
- Fixed the characteristic & added write no response (according to espressif/esp-idf#5369 THX @robinkrens for the hint!)
I will close this issue, if you have any troubles feel free to re-open :-).
Usage: I introduced a new HID event (ESP_HIDD_EVENT_BLE_LED_OUT_WRITE_EVT) which can be received
in the HID callback (hidd_event_callback) in ble_hidd_demo_main.c
Can you enable notifications for LED reports? At the moment, when I turn on/off Capslock, Numlock and Scrolllock, the ESP32 isn't notifying me.
The text was updated successfully, but these errors were encountered: