diff --git a/code/espurna/light.ino b/code/espurna/light.ino index 48112373..9fe53374 100644 --- a/code/espurna/light.ino +++ b/code/espurna/light.ino @@ -7,6 +7,7 @@ Copyright (C) 2016-2017 by Xose PĂ©rez */ #if LIGHT_PROVIDER != LIGHT_PROVIDER_NONE +#ifndef LIGHT_PROVIDER_EXPERIMENTAL_RGB_ONLY_HSV_IR #include #include @@ -582,4 +583,9 @@ void lightSetup() { } +void lightLoop(){ +} + + +#endif // LIGHT_PROVIDER_EXPERIMENTAL_RGB_ONLY_HSV_IR #endif // LIGHT_PROVIDER != LIGHT_PROVIDER_NONE