mirror of
https://github.com/esphome/esphome.git
synced 2025-09-27 23:52:28 +01:00
mark_loop_done
This commit is contained in:
@@ -168,6 +168,8 @@ void ESP32ImprovComponent::loop() {
|
||||
case improv::STATE_PROVISIONED: {
|
||||
this->incoming_data_.clear();
|
||||
this->set_status_indicator_state_(false);
|
||||
// Provisioning complete, no further loop execution needed
|
||||
this->mark_loop_done();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user