Skip to content

Commit

Permalink
Fixed visuals to match other devices (#247)
Browse files Browse the repository at this point in the history
* Fixed visuals to match other devices
  • Loading branch information
LivingSynthesis authored May 17, 2024
1 parent 2e10d77 commit 4f8b366
Show file tree
Hide file tree
Showing 2 changed files 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);
}
}
}
Binary file modified VortexEngine/tests/tests_general.tar.gz
Binary file not shown.

0 comments on commit 4f8b366

Please sign in to comment.