Max Prokhorov 5 years ago
committed by GitHub
parent
commit
1baeec545f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      code/espurna/config/hardware.h

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

@ -975,7 +975,7 @@
// LEDs // LEDs
#define LED1_PIN 13 #define LED1_PIN 13
#define LED1_PIN_INVERSE 1
#define LED1_PIN_INVERSE 0
#elif defined(YJZK_SWITCH_2CH) #elif defined(YJZK_SWITCH_2CH)
@ -1013,7 +1013,7 @@
// LEDs // LEDs
#define LED1_PIN 13 #define LED1_PIN 13
#define LED1_PIN_INVERSE 1
#define LED1_PIN_INVERSE 0
// YJZK 3CH switch // YJZK 3CH switch
// Also Lixin Touch Wifi 3M // Also Lixin Touch Wifi 3M
@ -1065,7 +1065,7 @@
// LEDs // LEDs
#define LED1_PIN 13 #define LED1_PIN 13
#define LED1_PIN_INVERSE 1
#define LED1_PIN_INVERSE 0
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// Electrodragon boards // Electrodragon boards


Loading…
Cancel
Save