mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Merge branch 'integration' into memory_api
This commit is contained in:
		| @@ -387,7 +387,7 @@ TransferRequest *USBClient::get_trq_() { | |||||||
|     mask = expected; |     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; |   return nullptr; | ||||||
| } | } | ||||||
| void USBClient::disconnect() { | void USBClient::disconnect() { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user