mirror of
https://github.com/esphome/esphome.git
synced 2025-10-21 11:13:46 +01:00
[usb_host] Fix transfer slot exhaustion at high data rates and add configurable max_transfer_requests (#11174)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Jesse Hills
parent
742c9cbb53
commit
2b42903e9c
@@ -1,4 +1,5 @@
|
||||
usb_host:
|
||||
max_transfer_requests: 32 # Test uint32_t bitmask path (17-32 requests)
|
||||
devices:
|
||||
- id: device_1
|
||||
vid: 0x1234
|
||||
|
Reference in New Issue
Block a user