Browse Source

Added support for Sonoff SV

fastled
Xose Pérez 7 years ago
parent
commit
48d06ff56f
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      code/src/config/hardware.h

+ 9
- 0
code/src/config/hardware.h View File

@ -95,6 +95,15 @@
#define LED_PIN 13
#define LED_PIN_INVERSE 1
#elif defined(SONOFF_SV)
#define MANUFACTURER "ITEAD"
#define DEVICE "SONOFF_SV"
#define BUTTON1_PIN 0
#define RELAY1_PIN 12
#define LED_PIN 13
#define LED_PIN_INVERSE 1
#elif defined(SLAMPHER)
#define MANUFACTURER "ITEAD"


Loading…
Cancel
Save