From c465d908acf65aa16f2ee810ed31eae2b5fba37f Mon Sep 17 00:00:00 2001 From: BorisKofman Date: Thu, 1 Aug 2024 10:59:56 +0300 Subject: [PATCH] change kAirtonMaxTemp from 25C to 31C --- src/ir_Airton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ir_Airton.h b/src/ir_Airton.h index 9b5e89f3f..d902fcaac 100644 --- a/src/ir_Airton.h +++ b/src/ir_Airton.h @@ -68,7 +68,7 @@ const uint8_t kAirtonFanHigh = 0b100; // 4 const uint8_t kAirtonFanMax = 0b101; // 5 const uint8_t kAirtonMinTemp = 16; // 16C -const uint8_t kAirtonMaxTemp = 25; // 25C +const uint8_t kAirtonMaxTemp = 31; // 31C /// Class for handling detailed Airton 56-bit A/C messages.