Browse Source

LIGHT_PROVIDER_EXPERIMENTAL_RGB_ONLY_HSV_IR allows to quickly switch from Regular 'light.ino' lib to the new 'light_ir.ino' lib

fastled
soif 7 years ago
parent
commit
b359033faa
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      code/espurna/config/hardware.h

+ 1
- 0
code/espurna/config/hardware.h View File

@ -676,6 +676,7 @@
#define LIGHT_CH3_INVERSE 0 #define LIGHT_CH3_INVERSE 0
#define LIGHT_CH4_INVERSE 0 #define LIGHT_CH4_INVERSE 0
#define LIGHT_PROVIDER_EXPERIMENTAL_RGB_ONLY_HSV_IR 1
// 24 Buttons Set of the IR Remote // 24 Buttons Set of the IR Remote
#ifndef IR_BUTTONS_SET #ifndef IR_BUTTONS_SET


Loading…
Cancel
Save