mirror of
https://github.com/esphome/esphome.git
synced 2025-09-13 16:52:18 +01:00
preen
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user