mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
All other Off are uppercase!
This commit is contained in:
parent
685ab3d101
commit
a7e906dea9
1 changed files with 1 additions and 1 deletions
|
@ -1320,7 +1320,7 @@ void menuModelSetup(uint8_t event)
|
|||
}
|
||||
}
|
||||
|
||||
lcd_putsiAtt(MODEL_SETUP_2ND_COLUMN, y, PSTR("\004""Off\0""Man\0""Auto"), potMode, attr & ((m_posHorz == 0) ? attr : !INVERS));
|
||||
lcd_putsiAtt(MODEL_SETUP_2ND_COLUMN, y, PSTR("\004""OFF\0""Man\0""Auto"), potMode, attr & ((m_posHorz == 0) ? attr : !INVERS));
|
||||
if (potMode) {
|
||||
uint8_t x = MODEL_SETUP_2ND_COLUMN+5*FW;
|
||||
for (uint8_t i=0; i<NUM_POTS ; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue