From e17b2958494963113ef7a761f146e1309c206dca Mon Sep 17 00:00:00 2001 From: reaw55 <58457329+reaw55@users.noreply.github.com> Date: Sat, 9 Mar 2024 17:10:24 +0700 Subject: [PATCH] revert to before change --- src/main.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.hpp b/src/main.hpp index d59c005..58f9919 100644 --- a/src/main.hpp +++ b/src/main.hpp @@ -19,7 +19,7 @@ SET_LOOP_TASK_STACK_SIZE(32*1024); // Air Conditioner Configuration #define AIR_CONDITIONER_SENSOR_TYPE AC_SENSOR_TYPE_DHT22 #define AIR_CONDITIONER_SENSOR_PIN 32 -#define AIR_CONDITIONER_IR_PIN +#define AIR_CONDITIONER_IR_PIN 5 #define AIR_CONDITIONER_RMT_CHANNEL RMT_CHANNEL_0 void handleMqttMessage(char *topic, char *payload);