We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bffe30 commit 42101d4Copy full SHA for 42101d4
adafruit_ble/services/standard/hid.py
@@ -248,6 +248,7 @@ def _init_devices(self):
248
i += size
249
250
def get_report_info(collection, reports):
251
+ """ Gets info about hid reports """
252
for main in collection["mains"]:
253
if "type" in main:
254
get_report_info(main, reports)
0 commit comments