Metrics now include the current effect's name.

This commit is contained in:
2019-09-25 18:11:03 +02:00
parent d396b68191
commit 36edb94ff0
25 changed files with 51 additions and 30 deletions

View File

@ -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