Browse Source

Change logic of ESPurna H08 LED

fastled
Xose Pérez 7 years ago
parent
commit
c3663e7441
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/config/hardware.h

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

@ -142,7 +142,7 @@
// LEDs
#define LED1_PIN 2
#define LED1_PIN_INVERSE 1
#define LED1_PIN_INVERSE 0
// HLW8012
#define POWER_PROVIDER POWER_PROVIDER_HLW8012


Loading…
Cancel
Save