diff --git a/release/aqualinkd-amd64 b/release/aqualinkd-amd64 deleted file mode 100755 index 1ea34c3..0000000 Binary files a/release/aqualinkd-amd64 and /dev/null differ diff --git a/release/aqualinkd-arm64 b/release/aqualinkd-arm64 index 6ddceae..78ee9ed 100755 Binary files a/release/aqualinkd-arm64 and b/release/aqualinkd-arm64 differ diff --git a/release/aqualinkd-armhf b/release/aqualinkd-armhf index 2bc05fe..0311c36 100755 Binary files a/release/aqualinkd-armhf and b/release/aqualinkd-armhf differ diff --git a/release/serial_logger-amd64 b/release/serial_logger-amd64 deleted file mode 100755 index e83e158..0000000 Binary files a/release/serial_logger-amd64 and /dev/null differ diff --git a/source/color_lights.c b/source/color_lights.c index c2c6e6a..4714e5a 100644 --- a/source/color_lights.c +++ b/source/color_lights.c @@ -22,7 +22,7 @@ const char *_color_light_options[NUMBER_LIGHT_COLOR_TYPES][LIGHT_COLOR_OPTIONS] //char *_color_light_options[NUMBER_LIGHT_COLOR_TYPES][LIGHT_COLOR_OPTIONS] = { // AqualnkD Colors ignored as no names in control panel. - { "bogus" }, + { "", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18" }, { // Jandy Color "", "Alpine White", // 0x41 @@ -159,7 +159,7 @@ const char *light_mode_name(clight_type type, int index, emulation_type protocol { if (index <= 0 || index > LIGHT_COLOR_OPTIONS ){ return ""; - } + } // Rename any modes depending on emulation type if (protocol == ALLBUTTON) {