mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Add DISPLAY feature to enable/disable the OLED display. Add ARMED page
which is displayed upon arming. Resume page cycling when disarmed.
This commit is contained in:
parent
1790e082fe
commit
0d37bcdf5b
7 changed files with 59 additions and 20 deletions
|
@ -98,7 +98,7 @@ void mixerUseConfigs(servoParam_t *servoConfToUse, flight3DConfig_t *flight3DCon
|
|||
master_t masterConfig; // master config struct with data independent from profiles
|
||||
profile_t *currentProfile; // profile config struct
|
||||
|
||||
static const uint8_t EEPROM_CONF_VERSION = 77;
|
||||
static const uint8_t EEPROM_CONF_VERSION = 78;
|
||||
|
||||
static void resetAccelerometerTrims(flightDynamicsTrims_t *accelerometerTrims)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue