1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-13 16:52:18 +01:00
This commit is contained in:
J. Nick Koston
2025-06-23 11:21:37 +02:00
parent 02e61ef5d3
commit 19cbc8c33b

View File

@@ -200,9 +200,9 @@ void APIConnection::loop() {
if (success) {
this->image_reader_.consume_data(to_send);
}
if (success && done) {
this->image_reader_.return_image();
if (done) {
this->image_reader_.return_image();
}
}
}
#endif