Browse Source

Added H801 to arduino.h

fastled
Xose Pérez 7 years ago
parent
commit
4db8d27fdb
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      code/espurna/config/arduino.h

+ 2
- 1
code/espurna/config/arduino.h View File

@ -28,6 +28,7 @@
//#define WIFI_RELAYS_BOARD_KIT //#define WIFI_RELAYS_BOARD_KIT
//#define AI_LIGHT //#define AI_LIGHT
//#define LED_CONTROLLER //#define LED_CONTROLLER
//#define H801_LED_CONTROLLER
//#define ESPURNA_H //#define ESPURNA_H
//-------------------------------------------------------------------------------- //--------------------------------------------------------------------------------
@ -37,7 +38,7 @@
//#define ENABLE_DHT 1 //#define ENABLE_DHT 1
//#define ENABLE_DS18B20 1 //#define ENABLE_DS18B20 1
//#define ENABLE_EMON 1 //#define ENABLE_EMON 1
//#define ENABLE_HLW8018 1
//#define ENABLE_POW 1
//#define ENABLE_RF 1 //#define ENABLE_RF 1
//#define ENABLE_FAUXMO 0 //#define ENABLE_FAUXMO 0
//#define ENABLE_NOFUSS 1 //#define ENABLE_NOFUSS 1


Loading…
Cancel
Save