mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
I prefer that the default options are the ones for the stock board.
This commit is contained in:
parent
e92ed21627
commit
40d418c007
1 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
#gruvin: PCB version -- OVERRIDES the following settings if not STD
|
||||
# Values: STD, V3, V4
|
||||
PCB = V4
|
||||
PCB = STD
|
||||
#NOTE!: V4 adds to V3, such that both PCBV3 and PCBV4 get defined
|
||||
|
||||
# Following options for PCB=STD only (ignored otherwise) ...
|
||||
|
@ -64,7 +64,7 @@ endif
|
|||
# gruvin: BEEPER. Values = BUZZER, BUZZER_MOD or SPEAKER
|
||||
# (without a mod, BUZZER can make PPM jack output switch from output to input at random)
|
||||
# SPEAKER mode actually works on the stock radio, using the stock beeper. Sort of sound OK(ish).
|
||||
BEEPER = SPEAKER
|
||||
BEEPER = BUZZER
|
||||
|
||||
# gruvin: Legacy support freeing of USART1 TX/RX pins [DEPRECATED]
|
||||
# OPTIONS STD or FREED
|
||||
|
@ -82,7 +82,7 @@ BATT = BANDGAP
|
|||
|
||||
# Decimals display in the main view (PPM calibration,
|
||||
# Values = YES, NO
|
||||
DECIMALS = NO
|
||||
DECIMALS = YES
|
||||
|
||||
# DISPLAY_USER_DATA to display on screen data from FrSky module (testing/demo purpose)
|
||||
# Values = YES, NO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue