Skip to content

Commit

Permalink
Fixed visuals to match other devices
Browse files Browse the repository at this point in the history
  • Loading branch information
LivingSynthesis committed May 17, 2024
1 parent 2e10d77 commit 7cdc883
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions VortexEngine/src/Menus/MenuList/ModeSharing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ void ModeSharing::showSendModeVL()
void ModeSharing::showSendModeIR()
{
// show a dim color when not sending
Leds::setMap(MAP_ALL_BOT, RGB_CYAN1);
Leds::setMap(MAP_RING_EDGE, RGB_CYAN1);
Leds::setAll(RGB_CYAN1);
}

void ModeSharing::showReceiveMode()
Expand All @@ -246,9 +245,7 @@ void ModeSharing::showReceiveMode()
if (m_advanced) {
m_previewMode.play();
} else {
Leds::setMap(MAP_ALL_BOT, RGB_CYAN1);
Leds::setMap(MAP_RING_EDGE, RGB_CYAN1);
Leds::setMap(MAP_ALL_TOP, RGB_WHITE0);
Leds::setAll(RGB_WHITE0);
}
}
}

0 comments on commit 7cdc883

Please sign in to comment.