From d97f96752ecf6dc4a1f2b28247e0dc4b7a20ebd9 Mon Sep 17 00:00:00 2001 From: Eric Chavet Date: Thu, 25 Apr 2024 14:24:39 +0200 Subject: [PATCH] extra space removal --- components/cn105/Globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cn105/Globals.h b/components/cn105/Globals.h index ab1e7e5..85687aa 100644 --- a/components/cn105/Globals.h +++ b/components/cn105/Globals.h @@ -77,7 +77,7 @@ static const char* FAN_MAP[6] = { "AUTO", "QUIET", "1", "2", "3", "4" }; static const uint8_t VANE[7] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07 }; static const char* VANE_MAP[7] = { "AUTO", "↑↑", "↑", "—", "↓", "↓↓", "SWING" }; static const uint8_t WIDEVANE[7] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x08, 0x0c }; -static const char* WIDEVANE_MAP[7] = { "←←", "←", "|", "→", "→→", "← →", "SWING" }; +static const char* WIDEVANE_MAP[7] = { "←←", "←", "|", "→", "→→", "←→", "SWING" }; static const uint8_t ROOM_TEMP[32] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f }; static const int ROOM_TEMP_MAP[32] = { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25,