move DHT22 pin def
This commit is contained in:
parent
1e08039a1e
commit
47f5e325aa
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue