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_big_clock_H
#define effect_big_clock_H
#pragma once
#include "Effect.h"
@ -13,6 +12,6 @@ private:
public:
void loop();
String get_name() override { return "big_clock"; }
};
#endif