Browse Source

Update arduino.h

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

+ 9
- 5
code/espurna/config/arduino.h View File

@ -44,14 +44,18 @@
// Features (values below are non-default values)
//--------------------------------------------------------------------------------
//#define ENABLE_ANALOG 1
//#define ENABLE_DHT 1
//#define ENABLE_DOMOTICZ 0
//#define ENABLE_DS18B20 1
//#define ENABLE_EMON 1
//#define ENABLE_HLW8012 1
//#define ENABLE_RF 1
//#define ENABLE_I2C 1
//#define ENABLE_INFLUXDB 0
//#define ENABLE_FAUXMO 0
//#define ENABLE_MDNS 0
//#define ENABLE_NOFUSS 1
//#define ENABLE_DOMOTICZ 0
//#define ENABLE_ANALOG 1
//#define ENABLE_INFLUXDB 0
//#define ENABLE_I2C 1
//#define ENABLE_RF 1
//#define ENABLE_SERIAL_DEBUG 0
//#define ENABLE_TERMINAL 0
//#define ENABLE_UDP_DEBUG 1

Loading…
Cancel
Save