mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
issue_2306_fixed
This commit is contained in:
parent
a54e1605ba
commit
9de8cefa79
1 changed files with 3 additions and 4 deletions
|
@ -52,10 +52,10 @@ DELAY = 5
|
|||
# PCB version
|
||||
# Values: 9X, 9X128, 9X2561, 9XR, 9XR128, 9XR2561, GRUVIN9X, MEGA2560, SKY9X, 9XRPRO, TARANIS
|
||||
# Old values STD and STD128 are mapped to 9X and 9X128 for compatibility
|
||||
PCB = TARANIS
|
||||
PCB = 9X
|
||||
|
||||
# PCB revision
|
||||
PCBREV = REVPLUS
|
||||
PCBREV =
|
||||
|
||||
# Enable JETI-Telemetry or FrSky Telemetry reception on UART0
|
||||
# For this option you need to modify your hardware!
|
||||
|
@ -336,8 +336,7 @@ TRACE_AUDIO = NO
|
|||
LCD_DUAL_BUFFER = NO
|
||||
|
||||
# Enable internal module PPM mode for Taranis
|
||||
# Notice: enabling this only enable code in the driver,
|
||||
# the menu selection is still not possible.
|
||||
|
||||
# Values = NO, YES
|
||||
TARANIS_INTERNAL_PPM = YES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue