Skip to content

Commit

Permalink
fix: function switch compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
gagarinlg committed Dec 28, 2024
1 parent e80a87b commit 1125348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion radio/src/switches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ void evalFunctionSwitches()
uint8_t fct_switches = switchGetMaxFctSwitches();
for (uint8_t i = 0; i < fct_switches; i++) {
if (FSWITCH_CONFIG(i) == SWITCH_NONE) {
fsLedRGB(i, 0);
setFSLedOFF(i);
//fsLedRGB(i, 0);
continue;
}

Expand Down

0 comments on commit 1125348

Please sign in to comment.