mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-20 21:13:28 +02:00
Script mode fix (#1238)
This commit is contained in:
committed by
Guillermo Ruffino
parent
5da9b2ede7
commit
dc4a88029c
@@ -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