Skip to content

Commit 850a45f

Browse files
authored
change kAirtonMaxTemp from 25C to 31C (#2124)
1 parent a5c6902 commit 850a45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ir_Airton.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const uint8_t kAirtonFanHigh = 0b100; // 4
6868
const uint8_t kAirtonFanMax = 0b101; // 5
6969

7070
const uint8_t kAirtonMinTemp = 16; // 16C
71-
const uint8_t kAirtonMaxTemp = 25; // 25C
71+
const uint8_t kAirtonMaxTemp = 31; // 31C
7272

7373

7474
/// Class for handling detailed Airton 56-bit A/C messages.

0 commit comments

Comments
 (0)