Skip to content

Commit

Permalink
improved comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Apr 29, 2024
1 parent 141ed5f commit a190d7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions VortexEngine/src/Menus/MenuList/ModeSharing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ void ModeSharing::onLedSelected()
{
// if we selected leds that implies advanced mode
if (m_targetLeds == MAP_LED(LED_1)) {
// if we selected the top led then simply swap the two patterns
// so that the top led is sent first -- if the receiver is receiving
// into one slot then it will only use the first pattern to do so
m_previewMode.swapPatterns(LED_0, LED_1);
}
}
Expand Down

0 comments on commit a190d7a

Please sign in to comment.