mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
Fixes #1087 fixed - Trainer weight range is now [-125%:+125%]
This commit is contained in:
parent
2c2278a9ed
commit
0d7fa422b0
2 changed files with 9 additions and 9 deletions
|
@ -1136,7 +1136,7 @@ void menuGeneralTrainer(uint8_t event)
|
|||
|
||||
case 1:
|
||||
lcd_outdezAtt(11*FW, y, td->studWeight, attr);
|
||||
if (attr&BLINK) CHECK_INCDEC_GENVAR(event, td->studWeight, -100, 100);
|
||||
if (attr&BLINK) CHECK_INCDEC_GENVAR(event, td->studWeight, -125, 125);
|
||||
break;
|
||||
|
||||
case 2:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue