Skip to content

Commit

Permalink
fix(color): Reset LED color at end of throttle check
Browse files Browse the repository at this point in the history
Was part of #4027
  • Loading branch information
pfeerick committed Nov 5, 2023
1 parent 15880b1 commit 11cfb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/opentx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -909,8 +909,8 @@ void checkThrottleStick()
throttleNotIdle, STR_PRESS_ANY_KEY_TO_SKIP);
dialog->setCloseCondition([]() { return !isThrottleWarningAlertNeeded(); });
dialog->runForever();
LED_ERROR_END();
}
LED_ERROR_END();
}
#else
void checkThrottleStick()
Expand Down

0 comments on commit 11cfb48

Please sign in to comment.