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
In the example/keyboard.py, the report map is defined Report ID 1:
0x85, 0x01, # . Report ID (1)
I changed it to 0x0, but after I changed it, it could not work with Android phone. Is there any hard code report ID in the demo? I think the different report ID should be an impact code somewhere.
The text was updated successfully, but these errors were encountered:
In the example/keyboard.py, the report map is defined Report ID 1:
0x85, 0x01, # . Report ID (1)
I changed it to 0x0, but after I changed it, it could not work with Android phone. Is there any hard code report ID in the demo? I think the different report ID should be an impact code somewhere.
The text was updated successfully, but these errors were encountered: