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
I’m trying to create a BLE keyboard with the ESP32-C6. I’m using the 0.3.2 beta library, and the Arduino IDE version is 2.3.3. I’ve resolved all the known compile errors.
However, only media keys (related to MediaKeyReport) are being recognized properly, while basic keys like "abcd", "Ctrl", "Alt", "Return", etc., are not being recognized on Windows 10.
For example, in the default example from SendKeyStrokes.ino, the "Hello world" text and the Return key do not work, but the Play/Pause media key works fine.
If anyone has faced the same issue or knows where I might need to make changes, I would really appreciate your feedback.
The text was updated successfully, but these errors were encountered:
I’m trying to create a BLE keyboard with the ESP32-C6. I’m using the 0.3.2 beta library, and the Arduino IDE version is 2.3.3. I’ve resolved all the known compile errors.
However, only media keys (related to MediaKeyReport) are being recognized properly, while basic keys like "abcd", "Ctrl", "Alt", "Return", etc., are not being recognized on Windows 10.
For example, in the default example from SendKeyStrokes.ino, the "Hello world" text and the Return key do not work, but the Play/Pause media key works fine.
If anyone has faced the same issue or knows where I might need to make changes, I would really appreciate your feedback.
The text was updated successfully, but these errors were encountered: