Browse Source

Changed some config default values

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

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

@ -36,7 +36,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_HLW8018 1
//#define ENABLE_RF 1 //#define ENABLE_RF 1
//#define ENABLE_FAUXMO 0 //#define ENABLE_FAUXMO 0


+ 2
- 2
code/espurna/config/general.h View File

@ -70,14 +70,14 @@
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
#define OTA_PORT 8266 #define OTA_PORT 8266
#define NOFUSS_SERVER "http://192.168.1.100"
#define NOFUSS_SERVER ""
#define NOFUSS_INTERVAL 3600000 #define NOFUSS_INTERVAL 3600000
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// MQTT // MQTT
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
#define MQTT_SERVER "192.168.1.100"
#define MQTT_SERVER ""
#define MQTT_PORT 1883 #define MQTT_PORT 1883
#define MQTT_TOPIC "/test/switch/{identifier}" #define MQTT_TOPIC "/test/switch/{identifier}"
#define MQTT_RETAIN true #define MQTT_RETAIN true


+ 1
- 1
code/espurna/config/sensors.h View File

@ -44,7 +44,7 @@
#define EMON_ANALOG_PROVIDER 0 #define EMON_ANALOG_PROVIDER 0
#define EMON_ADC121_PROVIDER 1 #define EMON_ADC121_PROVIDER 1
#define EMON_PROVIDER EMON_ADC121_PROVIDER
#define EMON_PROVIDER EMON_ANALOG_PROVIDER
#if EMON_PROVIDER == EMON_ANALOG_PROVIDER #if EMON_PROVIDER == EMON_ANALOG_PROVIDER
#define EMON_CURRENT_PIN 0 #define EMON_CURRENT_PIN 0


Loading…
Cancel
Save