diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2022-12-04 14:21:13 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2022-12-04 14:21:13 -0700 |
commit | e9a6c87abab80e83c690b4f695cf4fef27c78702 (patch) | |
tree | bff05924d2f360432eca9387554a5b07ff6a1285 | |
parent | 46b1473b6a544d7a5c1f3964b4630340e09f1a97 (diff) | |
download | stm32l4-e9a6c87abab80e83c690b4f695cf4fef27c78702.tar.gz stm32l4-e9a6c87abab80e83c690b4f695cf4fef27c78702.tar.bz2 stm32l4-e9a6c87abab80e83c690b4f695cf4fef27c78702.zip |
Fix the ir code for the "Fan" button.
-rw-r--r-- | include/drv/ir/lg_remote_codes.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |