1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-03 18:42:23 +01:00

Merge branch 'guard_trq_allocation' into integration

This commit is contained in:
J. Nick Koston
2025-09-28 18:44:16 -05:00

View File

@@ -387,7 +387,7 @@ TransferRequest *USBClient::get_trq_() {
mask = expected;
}
ESP_LOGE(TAG, "Too many requests queued (all %d slots in use)", MAX_REQUESTS);
ESP_LOGE(TAG, "All %d transfer slots in use", MAX_REQUESTS);
return nullptr;
}
void USBClient::disconnect() {