puff requesting uartConsoleSerialSpeed
This commit is contained in:
parent
907a23cda6
commit
dce616f48a
|
@ -45,7 +45,7 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
; see PAGE_0_SIZE in C source code
|
; see PAGE_0_SIZE in C source code
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu May 18 08:04:53 EDT 2017
|
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri May 19 11:30:35 EDT 2017
|
||||||
|
|
||||||
pageSize = 16376
|
pageSize = 16376
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -2140,9 +2140,10 @@ cmd_call_from_pit = "w\x00\x20\x34\x56"
|
||||||
|
|
||||||
; Board->Connection
|
; Board->Connection
|
||||||
dialog = tsPort, "TunerStudio Port"
|
dialog = tsPort, "TunerStudio Port"
|
||||||
field = "tunerStudioSerialSpeed", tunerStudioSerialSpeed
|
field = "tunerStudioSerialSpeed", tunerStudioSerialSpeed
|
||||||
field = "Use PC10/PC11 serial?", useSerialPort
|
field = "Use PC10/PC11 serial?", useSerialPort
|
||||||
field = "startConsoleInBinaryMode", startConsoleInBinaryMode
|
field = "startConsoleInBinaryMode", startConsoleInBinaryMode
|
||||||
|
field = "uartConsoleSerialSpeed", uartConsoleSerialSpeed
|
||||||
|
|
||||||
dialog = canBus, "CAN Bus"
|
dialog = canBus, "CAN Bus"
|
||||||
field = "Can Read Enabled", canReadEnabled
|
field = "Can Read Enabled", canReadEnabled
|
||||||
|
|
|
@ -1400,9 +1400,10 @@ cmd_call_from_pit = "w\x00\x20\x34\x56"
|
||||||
|
|
||||||
; Board->Connection
|
; Board->Connection
|
||||||
dialog = tsPort, "TunerStudio Port"
|
dialog = tsPort, "TunerStudio Port"
|
||||||
field = "tunerStudioSerialSpeed", tunerStudioSerialSpeed
|
field = "tunerStudioSerialSpeed", tunerStudioSerialSpeed
|
||||||
field = "Use PC10/PC11 serial?", useSerialPort
|
field = "Use PC10/PC11 serial?", useSerialPort
|
||||||
field = "startConsoleInBinaryMode", startConsoleInBinaryMode
|
field = "startConsoleInBinaryMode", startConsoleInBinaryMode
|
||||||
|
field = "uartConsoleSerialSpeed", uartConsoleSerialSpeed
|
||||||
|
|
||||||
dialog = canBus, "CAN Bus"
|
dialog = canBus, "CAN Bus"
|
||||||
field = "Can Read Enabled", canReadEnabled
|
field = "Can Read Enabled", canReadEnabled
|
||||||
|
|
Loading…
Reference in New Issue