Auto-generated configs and docs
This commit is contained in:
parent
22ed8b8686
commit
a7e6265f39
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2035848584
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.19.alphax-4chan.2035848584"
|
||||
#define SIGNATURE_HASH 181331904
|
||||
#define TS_SIGNATURE "rusEFI 2022.08.19.alphax-4chan.181331904"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.08.19.alphax-4chan.2035848584"
|
||||
signature = "rusEFI 2022.08.19.alphax-4chan.181331904"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.08.19.alphax-4chan.2035848584" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.08.19.alphax-4chan.181331904" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 19 03:07:41 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 19 19:53:06 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -5082,6 +5082,7 @@ menuDialog = main
|
|||
subMenu = std_separator
|
||||
|
||||
subMenu = canBusMain, "CAN Bus Communication"
|
||||
subMenu = sdCard, "SD Card Logger"
|
||||
subMenu = connection, "Connection"
|
||||
subMenu = tle8888, "TLE8888"
|
||||
|
||||
|
@ -6167,6 +6168,7 @@ dialog = wideband_stateDialog, "wideband_state"
|
|||
field = "Idle Stepper Step", idle_stepperStepPin
|
||||
field = "Idle Stepper Enable", stepperEnablePin
|
||||
field = "Fuel Pump Pin", fuelPumpPin
|
||||
field = "SD CS Pin", sdCardCsPin
|
||||
field = "MIL / Check Engine Pin", malfunctionIndicatorPin
|
||||
field = "test557pin", test557pin
|
||||
field = "Fan Pin", fanPin
|
||||
|
|
Loading…
Reference in New Issue