mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-24 00:35:14 +03:00
[companion] Missing default for backlight off on Horus (fix #4326)
This commit is contained in:
parent
673d54cfee
commit
32dc0dd2a0
1 changed files with 4 additions and 0 deletions
|
@ -1075,6 +1075,10 @@ GeneralSettings::GeneralSettings()
|
|||
switchConfig[i] = getSwitchInfo(board, i).config;
|
||||
}
|
||||
|
||||
if (IS_HORUS(board)) {
|
||||
backlightOffBright = 20;
|
||||
}
|
||||
|
||||
if (IS_HORUS(board)) {
|
||||
potConfig[0] = Board::POT_WITH_DETENT;
|
||||
potConfig[1] = Board::POT_MULTIPOS_SWITCH;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue