Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeakes committed Sep 7, 2024
1 parent 375f664 commit e47aaef
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file removed release/aqualinkd-amd64
Binary file not shown.
Binary file modified release/aqualinkd-arm64
Binary file not shown.
Binary file modified release/aqualinkd-armhf
Binary file not shown.
Binary file removed release/serial_logger-amd64
Binary file not shown.
4 changes: 2 additions & 2 deletions source/color_lights.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit e47aaef

Please sign in to comment.