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
This seems to be related to two overlapping variables KeyReport and HID_SUBCLASS_NONE. HID_SUBCLASS_NONE is part of the esp library, it can just be removed from there. as for KeyReport it can be renamed KeyReportBLE in this repo and will avoid conflicts with the stock usb keyboard implementation from espresif.
The following imports conflict with eachother. This is an issue as I would like to use usb and bluetooth keyboards in the same program.
The full program looks somewhat like this
The text was updated successfully, but these errors were encountered: