Browse Source

Reenable IR_SUPPORT for Magic Home devices (only if 2.3.0)

i18n
Xose Pérez 6 years ago
parent
commit
87b72342a0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      code/espurna/config/hardware.h

+ 2
- 2
code/espurna/config/hardware.h View File

@ -836,7 +836,7 @@
#define LIGHT_CH4_INVERSE 0
// IR
#define IR_SUPPORT 0
#define IR_SUPPORT 1
#define IR_PIN 4
#define IR_BUTTON_SET 1
@ -865,7 +865,7 @@
#define LIGHT_CH4_INVERSE 0
// IR
#define IR_SUPPORT 0
#define IR_SUPPORT 1
#define IR_PIN 4
#define IR_BUTTON_SET 1


Loading…
Cancel
Save