Metrics now include the current effect's name.
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#ifndef effect_cycle_H
|
||||
#define effect_cycle_H
|
||||
#pragma once
|
||||
|
||||
#include "Effect.h"
|
||||
#include "effects.h"
|
||||
@ -16,8 +15,7 @@ public:
|
||||
|
||||
boolean can_be_shown_with_clock();
|
||||
boolean clock_as_mask();
|
||||
String get_name() override;
|
||||
|
||||
void loop();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user