1
0
Fork 0
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:
Andre Bernet 2017-01-28 21:07:52 +01:00
parent 673d54cfee
commit 32dc0dd2a0

View file

@ -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;