From 5c55023829bbab3c91aa694d771f3b8abc1b4799 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Tue, 26 Dec 2023 23:52:24 +0700 Subject: [PATCH] adjust default ir send pin so it does not overlapse with elcd --- src/user_code.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user_code.hpp b/src/user_code.hpp index 938316e..8b3e361 100644 --- a/src/user_code.hpp +++ b/src/user_code.hpp @@ -25,7 +25,7 @@ // IR Kit Configuration #define IR_RECIEVE_PIN 35 -#define IR_SEND_PIN 17 +#define IR_SEND_PIN 5 #define MARK_EXCESS_MICROS 20 #define IR_RAW_BUFFER_LENGTH 750 #define AC_MAX_TEMPERATURE 30