adafruit / Adafruit_CircuitPython_HID

USB Human Interface Device drivers.
MIT License
364 stars 106 forks source link

Remember LED status #113

Closed dhalbert closed 1 year ago

dhalbert commented 1 year ago

.last_received_report() is not persistent anymore, due to https://github.com/adafruit/circuitpython/pull/6767. Remember what it returns.

@andreasbrett This should fix your issue. Please test if you are able to. Thanks.

dhalbert commented 1 year ago

@andreasbrett Would you like to test this?

andreasbrett commented 1 year ago

@andreasbrett Would you like to test this?

I'm sorry - I missed your comments and only noticed this now.

dhalbert commented 1 year ago

@andreasbrett Would you like to test this?

I'm sorry - I missed your comments and only noticed this now.

I spelled your username wrong, sorry (I just corrected it.) But I think this should fix your problem.

dhalbert commented 1 year ago

This fix is in the release I just made: 5.3.4

andreasbrett commented 1 year ago

@andreasbrett Would you like to test this?

tested and works. thank you very much for fixing this quickly!