|
@@ -10,16 +10,16 @@
|
|
//#define RX_TIMER_ENABLED
|
|
//#define RX_TIMER_ENABLED
|
|
//#define TRANCEIVER_ENABLED
|
|
//#define TRANCEIVER_ENABLED
|
|
|
|
|
|
-//#define WIFI_ENABLED
|
|
|
|
-//#define MQTT_ENABLED
|
|
|
|
|
|
+#define WIFI_ENABLED
|
|
|
|
+#define MQTT_ENABLED
|
|
#define ENABLE_DS18B20
|
|
#define ENABLE_DS18B20
|
|
|
|
|
|
-#define MQTT_DEBUG // Add an extra debug string to the beginning of the topic-string
|
|
|
|
|
|
+//#define MQTT_DEBUG // Add an extra debug string to the beginning of the topic-string
|
|
|
|
|
|
-#define ONE_WIRE_BUS_IO GPIO_NUM_26 // Temp sensors
|
|
|
|
|
|
+#define ONE_WIRE_BUS_IO GPIO_NUM_33 // Temp sensors
|
|
|
|
|
|
|
|
|
|
-#define ENABLE_LUX_SENSOR
|
|
|
|
|
|
+//#define ENABLE_LUX_SENSOR
|
|
#define I2C_MASTER_SCL 4 // GPIO number for I2C Master clock line.
|
|
#define I2C_MASTER_SCL 4 // GPIO number for I2C Master clock line.
|
|
#define I2C_MASTER_SDA 5 // GPIO number for I2C Master data line.
|
|
#define I2C_MASTER_SDA 5 // GPIO number for I2C Master data line.
|
|
#define I2C_MASTER_FREQUENCY 400000 // I2C master clock frequency
|
|
#define I2C_MASTER_FREQUENCY 400000 // I2C master clock frequency
|