Script mode fix (#1238)

This commit is contained in:
Jesse Hills
2020-08-07 03:08:48 +12:00
committed by Guillermo Ruffino
parent 5da9b2ede7
commit dc4a88029c
3 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -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;
}