mirror of
https://github.com/opentx/opentx.git
synced 2025-07-18 22:05:10 +03:00
Merge branch 'next' into kilrah/FAS_Offset_compensation
Conflicts: radio/src/translations/es.h radio/src/translations/es.h.txt radio/src/translations/fr.h radio/src/translations/fr.h.txt
This commit is contained in:
commit
6d0398ec64
542 changed files with 230702 additions and 19 deletions
|
@ -3934,7 +3934,7 @@ void menuModelLimits(uint8_t event)
|
|||
#if defined(PPM_CENTER_ADJUSTABLE)
|
||||
case ITEM_LIMITS_PPM_CENTER:
|
||||
lcd_outdezAtt(LIMITS_PPM_CENTER_POS, y, PPM_CENTER+ld->ppmCenter, attr);
|
||||
#warning "could be less restrictive!"
|
||||
#pragma message("could be less restrictive!")
|
||||
if (active && ld->max <= 0 && ld->min >= 0) {
|
||||
CHECK_INCDEC_MODELVAR(event, ld->ppmCenter, -125, +125);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue