From e9a6c87abab80e83c690b4f695cf4fef27c78702 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sun, 4 Dec 2022 14:21:13 -0700 Subject: Fix the ir code for the "Fan" button. --- include/drv/ir/lg_remote_codes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drv/ir/lg_remote_codes.h b/include/drv/ir/lg_remote_codes.h index 77cbb45..7759d08 100644 --- a/include/drv/ir/lg_remote_codes.h +++ b/include/drv/ir/lg_remote_codes.h @@ -8,7 +8,7 @@ #define RC_TEMP_DOWN 0x08e7b000 #define RC_COOL 0x08e73000 #define RC_CONTINUOUS 0x08e75000 -#define RC_FAN 0x08e71000 +#define RC_FAN 0x08e71080 #define RC_SLEEP 0x08e76000 #define RC_UNITS 0x08e72000 #define RC_TIMER 0x08e78000 -- cgit