mirror of
https://github.com/esphome/esphome.git
synced 2025-09-27 15:42:22 +01:00
Fix ESP32 Improv component to re-enable loop when service starts again
This commit is contained in:
@@ -256,6 +256,7 @@ void ESP32ImprovComponent::start() {
|
||||
|
||||
ESP_LOGD(TAG, "Setting Improv to start");
|
||||
this->should_start_ = true;
|
||||
this->enable_loop();
|
||||
}
|
||||
|
||||
void ESP32ImprovComponent::stop() {
|
||||
|
Reference in New Issue
Block a user