hiding GPS
This commit is contained in:
parent
8456bd3c23
commit
50e3f4e671
|
@ -4,3 +4,4 @@
|
|||
#define ts_show_lcd false
|
||||
#define ts_show_joystick false
|
||||
#define ts_show_egt false
|
||||
#define ts_show_gps false
|
||||
|
|
|
@ -1760,6 +1760,7 @@
|
|||
#define ts_show_egt true
|
||||
#define ts_show_etb true
|
||||
#define ts_show_full_pinout true
|
||||
#define ts_show_gps true
|
||||
#define ts_show_hip9011 true
|
||||
#define ts_show_joystick true
|
||||
#define ts_show_lcd true
|
||||
|
|
|
@ -1212,4 +1212,5 @@ end_struct
|
|||
#define ts_show_lcd true
|
||||
#define ts_show_joystick true
|
||||
#define ts_show_egt true
|
||||
#define ts_show_gps true
|
||||
|
||||
|
|
|
@ -1684,8 +1684,8 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "FSIO ADC #2", fsioAdc2
|
||||
field = "FSIO ADC #3", fsioAdc3
|
||||
field = "FSIO ADC #4", fsioAdc4
|
||||
field = "GPS RX", gps_rx_pin
|
||||
field = "GPS TX", gps_tx_pin
|
||||
field = "GPS RX", gps_rx_pin @@if_ts_show_gps
|
||||
field = "GPS TX", gps_tx_pin @@if_ts_show_gps
|
||||
field = "CAN RX pin", canRxPin
|
||||
field = "CAN TX pin", canTxPin
|
||||
field = "SPI1 MOSI", spi1mosiPin, {is_enabled_spi_1 == 1}
|
||||
|
@ -2140,7 +2140,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "log format", logFormat
|
||||
field = "Mass Storage", storageMode
|
||||
|
||||
dialog = gpsReceiver, "GPS Receiver"
|
||||
dialog = gpsReceiver, "GPS Receiver"
|
||||
field = "gps RX", gps_rx_pin
|
||||
field = "gps TX", gps_tx_pin
|
||||
|
||||
|
@ -2164,7 +2164,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
panel = tsPort
|
||||
panel = canBus
|
||||
panel = sdCard
|
||||
panel = gpsReceiver
|
||||
panel = gpsReceiver @@if_ts_show_gps
|
||||
panel = tle8888
|
||||
|
||||
dialog = joystickPanel, "Joystick"
|
||||
|
|
Loading…
Reference in New Issue