1
0
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:
J. Nick Koston
2025-06-14 21:58:18 -05:00
parent a1e4143600
commit 4f29039b41
12 changed files with 72 additions and 14 deletions

View File

@@ -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;
}
}