figments: figment: redefine task startup state semantics
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "Drain.h"
|
||||
#include "../Static.h"
|
||||
|
||||
DrainAnimation::DrainAnimation() : Figment("Drain", Task::Stopped) {}
|
||||
DrainAnimation::DrainAnimation() : Figment("Drain") {}
|
||||
|
||||
void DrainAnimation::loop() {
|
||||
EVERY_N_MILLISECONDS(8) {
|
||||
|
Reference in New Issue
Block a user