Merge pull request #2696 from betaflight/osd-fix

Give cell voltage element a default position
This commit is contained in:
Dominic Clifton 2017-03-19 10:32:48 +00:00 committed by GitHub
commit aead39c279
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ void pgResetFn_osdConfig(osdConfig_t *osdProfile)
osdProfile->item_pos[OSD_POWER] = OSD_POS(15, 1);
osdProfile->item_pos[OSD_PIDRATE_PROFILE] = OSD_POS(2, 13);
osdProfile->item_pos[OSD_MAIN_BATT_WARNING] = OSD_POS(8, 6);
osdProfile->item_pos[OSD_MAIN_BATT_VOLTAGE] = OSD_POS(12, 0);
osdProfile->item_pos[OSD_AVG_CELL_VOLTAGE] = OSD_POS(12, 0);
osdProfile->rssi_alarm = 20;
osdProfile->cap_alarm = 2200;