From 0ba5a32a6a6651567441e5a993ea892bbe2ef854 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Thu, 30 Nov 2023 19:51:20 +0700 Subject: [PATCH] disable analog module --- 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 d2041fa..c7dfee9 100644 --- a/src/user_code.hpp +++ b/src/user_code.hpp @@ -19,7 +19,7 @@ #define ENABLE_INTERNAL_LCD #define ENABLE_IR_MODULE #define ENABLE_CLIMATE_MODULE // Require IR Module -#define ENABLE_ANALOG_MODULE +//#define ENABLE_ANALOG_MODULE #define ENABLE_WEBUI // IR Kit Configuration