1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-26 15:12:21 +01:00
This commit is contained in:
J. Nick Koston
2025-09-23 23:04:20 -05:00
parent dca79872bf
commit 07e5ce78eb

View File

@@ -210,7 +210,7 @@ void USBClient::usb_task_fn(void *arg) {
void USBClient::usb_task_loop() { void USBClient::usb_task_loop() {
while (true) { while (true) {
usb_host_client_handle_events(this->handle_, pdMS_TO_TICKS(10)); usb_host_client_handle_events(this->handle_, portMAX_DELAY);
} }
} }