diff --git a/src/main.cpp b/src/main.cpp index 595a6dd..99abf51 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -7,7 +7,7 @@ RemoteVariable weather = RemoteVariable(); RemoteVariable pm_switch = RemoteVariable(); RemoteVariable pm_fan_speed = RemoteVariable(); -const char *mode_names[] = {"off", "fan_only", "cool"}; +const char *mode_names[] = {"off", "cool", "fan_only"}; const char *fan_speed_names[] = {"auto", "high", "medium", "low"}; uint8_t row = 4; uint8_t column = 2;