Skip to content

Commit

Permalink
Merge pull request #82 from echavet/SixFive7-intuitiveVaneMappings
Browse files Browse the repository at this point in the history
extra space removal
  • Loading branch information
echavet authored Apr 25, 2024
2 parents 4542af2 + d97f967 commit 9f45fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/cn105/Globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9f45fad

Please sign in to comment.