1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-27 07:32:22 +01:00

Fix ESP32 Improv component to re-enable loop when service starts again

This commit is contained in:
J. Nick Koston
2025-06-15 18:40:08 -05:00
parent cee7789ab6
commit f711706b1a

View File

@@ -256,6 +256,7 @@ void ESP32ImprovComponent::start() {
ESP_LOGD(TAG, "Setting Improv to start");
this->should_start_ = true;
this->enable_loop();
}
void ESP32ImprovComponent::stop() {