Browse Source

Merge pull request #1056 from zerog2k/dev

invert led on kmc 70011
v2
Xose Pérez 6 years ago
committed by GitHub
parent
commit
c3685a4a1f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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

@ -1580,7 +1580,7 @@
// LEDs
#define LED1_PIN 13
#define LED1_PIN_INVERSE 0
#define LED1_PIN_INVERSE 1
// HLW8012
#ifndef HLW8012_SUPPORT


Loading…
Cancel
Save