fixed and improved

This commit is contained in:
2023-12-05 16:03:42 +03:00
parent 0bd2d3fe36
commit 5e229fcb68
5 changed files with 34 additions and 20 deletions

View File

@@ -19,7 +19,8 @@ public:
task->printState().getCharArray());
}
}
virtual String getStatePrefix() {
String getStatePrefix() override {
return String("Running");
}
};