1
0
Fork 0
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:
3djc 2020-10-08 09:31:46 +02:00
parent fe80c9ab17
commit 3fc62fff83

View file

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