Give path in effects/animation.h to also work on case-insensitive file systems.

This commit is contained in:
Fabian Schlenz 2020-11-06 23:41:38 +01:00
parent ae997ef802
commit c9825c8f9b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include "Effect.h" #include "Effect.h"
#include "prototypes.h" #include "prototypes.h"
#include "my_fastled.h" #include "my_fastled.h"
#include "Animation.h" #include "../Animation.h"
class AnimationEffect : public Effect { class AnimationEffect : public Effect {
private: private: