Script mode fix (#1238)

This commit is contained in:
Jesse Hills
2020-08-07 03:08:48 +12:00
committed by GitHub
parent 009cea1abf
commit fd6ac529fb
3 changed files with 20 additions and 7 deletions

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;
}