Browse Source

Fix Sonoff POW R2 configuration

rfm69
Xose Pérez 6 years ago
parent
commit
40b9fdf3b4
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      code/espurna/config/hardware.h

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

@ -395,8 +395,11 @@
#define RELAY1_TYPE RELAY_TYPE_NORMAL #define RELAY1_TYPE RELAY_TYPE_NORMAL
// LEDs // LEDs
#define LED1_PIN 15
#define LED1_PIN_INVERSE 0
#define LED1_PIN 13
#define LED1_PIN_INVERSE 1
// Disable UART noise
#define DEBUG_SERIAL_SUPPORT 0
// CSE7766 // CSE7766
#ifndef CSE7766_SUPPORT #ifndef CSE7766_SUPPORT


Loading…
Cancel
Save