Skip to content

6.0.0 - adjustable timeouts waiting for USB ready

Compare
Choose a tag to compare
@dhalbert dhalbert released this 14 Sep 17:27
· 8 commits to main since this release
da9fa58

Devices that use adafruit_hid.find_device() (including Keyboard, Mouse, and ConsumerControl can now wait indefinitely or with a specified timeout for USB to be ready. The default is to wait forever. This allow connected HID devices to wait as long as necessary for the host to do the enumeration. Previously, the wait was only for a second or two. This is useful for a host computer that is taking a while to boot.

What's Changed

New Contributors

Full Changelog: 5.4.0...6.0.0