Browse Source

ir: fix syntax issue

mcspr-patch-1
Maxim Prokhorov 4 years ago
committed by Max Prokhorov
parent
commit
1f5b22ebcf
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      code/espurna/ir.ino

+ 2
- 1
code/espurna/ir.ino View File

@ -317,9 +317,10 @@ void _irProcess(unsigned char type, unsigned long code) {
case IR_BUTTON_ACTION_HSV: case IR_BUTTON_ACTION_HSV:
lightColor(button_value); lightColor(button_value);
break; break;
}
*/ */
}
#endif // LIGHT_PROVIDER != LIGHT_PROVIDER_NONE #endif // LIGHT_PROVIDER != LIGHT_PROVIDER_NONE
found = true; found = true;


Loading…
Cancel
Save