move DHT22 pin def
This commit is contained in:
parent
1e08039a1e
commit
47f5e325aa
|
@ -78,7 +78,6 @@ Mode 0: Off, 1: Cool, 2: Fan
|
|||
Fan Speed 0: Auto, 1: High, 2: Mid, 3: Low
|
||||
*/
|
||||
#ifdef ENABLE_CLIMATE_MODULE
|
||||
#define DHT22_PIN 32
|
||||
uint8_t ac_mode = 0;
|
||||
uint8_t ac_fan_speed = 0;
|
||||
uint8_t ac_temperature = 25;
|
||||
|
|
|
@ -19,13 +19,14 @@
|
|||
#define ENABLE_ANALOG_MODULE
|
||||
#define ENABLE_WEBUI
|
||||
|
||||
// Infrared Transciever
|
||||
// IR Kit Configuration
|
||||
#define IR_RECIEVE_PIN 35
|
||||
#define IR_SEND_PIN 17
|
||||
#define MARK_EXCESS_MICROS 20
|
||||
#define RAW_BUFFER_LENGTH 750
|
||||
#define AC_MAX_TEMPERATURE 30
|
||||
#define AC_MIN_TEMPERATURE 15
|
||||
#define DHT22_PIN 32
|
||||
|
||||
// External LCD Configuration
|
||||
#define ENABLE_EXTERNAL_LCD
|
||||
|
|
Loading…
Reference in New Issue