diff --git a/code/espurna/ir.ino b/code/espurna/ir.ino index 0ff5d9dd..45afc43d 100644 --- a/code/espurna/ir.ino +++ b/code/espurna/ir.ino @@ -317,9 +317,10 @@ void _irProcess(unsigned char type, unsigned long code) { case IR_BUTTON_ACTION_HSV: lightColor(button_value); break; - } */ + } + #endif // LIGHT_PROVIDER != LIGHT_PROVIDER_NONE found = true;