Browse Source
Merge pull request #1166 from mcspr/patch-4
Fix homecube 3rd led setting
ech1560
Xose Pérez
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
code/espurna/config/hardware.h
|
@ -2529,7 +2529,7 @@ |
|
|
// Red |
|
|
// Red |
|
|
#define LED3_PIN 0 |
|
|
#define LED3_PIN 0 |
|
|
#define LED3_PIN_INVERSE 0 |
|
|
#define LED3_PIN_INVERSE 0 |
|
|
#define LED2_MODE LED_MODE_OFF |
|
|
|
|
|
|
|
|
#define LED3_MODE LED_MODE_OFF |
|
|
|
|
|
|
|
|
// HJL01 / BL0937 |
|
|
// HJL01 / BL0937 |
|
|
#ifndef HLW8012_SUPPORT |
|
|
#ifndef HLW8012_SUPPORT |
|
|