mirror of
https://github.com/esphome/esphome.git
synced 2025-09-13 16:52:18 +01:00
preen
This commit is contained in:
@@ -200,11 +200,11 @@ 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
|
||||||
|
|
||||||
if (state_subs_at_ != -1) {
|
if (state_subs_at_ != -1) {
|
||||||
|
Reference in New Issue
Block a user