mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
PPM_UNIT = PERCENT_PREC1 by default (as in 2.1)
This commit is contained in:
parent
2e6570e209
commit
3f4cae8cb1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ option(CURVES "Curves" ON)
|
|||
option(GVARS "Global variables")
|
||||
option(GUI "GUI enabled" ON)
|
||||
option(SPLASH "Splash enabled" ON)
|
||||
option(PPM_UNIT "PPM display unit (US/PERCENT_PREC1/PERCENT_PREC0)" PERCENT_PREC0)
|
||||
option(PPM_UNIT "PPM display unit (US/PERCENT_PREC1/PERCENT_PREC0)" PERCENT_PREC1)
|
||||
option(PPM_CENTER_ADJUSTABLE "PPM center adjustable" OFF)
|
||||
option(PPM_LIMITS_SYMETRICAL "PPM limits symetrical" OFF)
|
||||
option(OVERRIDE_CHANNEL_FUNCTION "OverrideChannel function available" OFF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue