un-hiding full pinout
This commit is contained in:
parent
cd9481f7bc
commit
6adc1eea1b
|
@ -1,6 +1,9 @@
|
|||
#define ts_show_hip9011 false
|
||||
#define ts_show_cj125 false
|
||||
#define ts_show_full_pinout false
|
||||
|
||||
//Jokeri says it's better with full pinout just in case
|
||||
//#define ts_show_full_pinout false
|
||||
|
||||
#define ts_show_lcd false
|
||||
#define ts_show_joystick false
|
||||
#define ts_show_egt false
|
||||
|
|
|
@ -89,7 +89,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 17 12:44:53 EDT 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 17 12:54:30 EDT 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -2693,6 +2693,9 @@ menuDialog = main
|
|||
subMenu = connection, "Connection"
|
||||
subMenu = tle8888, "TLE8888"
|
||||
|
||||
subMenu = allPins1, "Full pinout 1/3"
|
||||
subMenu = allPins2, "Full pinout 2/3"
|
||||
subMenu = allPins3_1_and_2 "Full pinout 3/3"
|
||||
subMenu = std_separator
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue