mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
preen
This commit is contained in:
@@ -200,9 +200,9 @@ void APIConnection::loop() {
|
|||||||
|
|
||||||
if (success) {
|
if (success) {
|
||||||
this->image_reader_.consume_data(to_send);
|
this->image_reader_.consume_data(to_send);
|
||||||
}
|
if (done) {
|
||||||
if (success && done) {
|
this->image_reader_.return_image();
|
||||||
this->image_reader_.return_image();
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user