mirror of
https://github.com/esphome/esphome.git
synced 2026-03-03 19:28:20 -07:00
Script mode fix (#1238)
This commit is contained in:
@@ -33,7 +33,7 @@ void QueueingScript::execute() {
|
||||
return;
|
||||
}
|
||||
|
||||
ESP_LOGD(TAG, "Script '%s' queueing new instance (mode: queue)", this->name_.c_str());
|
||||
ESP_LOGD(TAG, "Script '%s' queueing new instance (mode: queued)", this->name_.c_str());
|
||||
this->num_runs_++;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user