mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
Default to screen baclight ON
This commit is contained in:
parent
fe80c9ab17
commit
3fc62fff83
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
|||
|
||||
uint8_t currentSpeakerVolume = 255;
|
||||
uint8_t requiredSpeakerVolume = 255;
|
||||
uint8_t currentBacklightBright = 255;
|
||||
uint8_t requiredBacklightBright = 255;
|
||||
uint8_t currentBacklightBright = 0;
|
||||
uint8_t requiredBacklightBright = 0;
|
||||
uint8_t mainRequestFlags = 0;
|
||||
|
||||
#if defined(STM32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue