1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00

issue_2306_fixed

This commit is contained in:
Cedric Marzer 2015-05-14 22:43:49 +02:00
parent a54e1605ba
commit 9de8cefa79

View file

@ -52,10 +52,10 @@ DELAY = 5
# PCB version # PCB version
# Values: 9X, 9X128, 9X2561, 9XR, 9XR128, 9XR2561, GRUVIN9X, MEGA2560, SKY9X, 9XRPRO, TARANIS # 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 # Old values STD and STD128 are mapped to 9X and 9X128 for compatibility
PCB = TARANIS PCB = 9X
# PCB revision # PCB revision
PCBREV = REVPLUS PCBREV =
# Enable JETI-Telemetry or FrSky Telemetry reception on UART0 # Enable JETI-Telemetry or FrSky Telemetry reception on UART0
# For this option you need to modify your hardware! # For this option you need to modify your hardware!
@ -336,8 +336,7 @@ TRACE_AUDIO = NO
LCD_DUAL_BUFFER = NO LCD_DUAL_BUFFER = NO
# Enable internal module PPM mode for Taranis # 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 # Values = NO, YES
TARANIS_INTERNAL_PPM = YES TARANIS_INTERNAL_PPM = YES