This commit is contained in:
rusefi 2018-01-24 15:08:10 -05:00
parent 699f3255a9
commit 5a41cdfdbe
5 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@
* queryCommand:
* Communication initialization command. TunerStudio sends a single byte H
* ECU response:
* One of the known ECU id strings. We are using "MShift v0.01" id string.
* One of the known ECU id strings.
*
* ochGetCommand:
* Request for output channels state.TunerStudio sends a single byte O

View File

@ -19,7 +19,7 @@
#define SWITCH_TO_BINARY_COMMAND "~"
#define PROTOCOL "001"
#define TS_SIGNATURE "MShift v0.02"
#define TS_SIGNATURE "rusEFI v1.04"
#define TS_RESPONSE_OK 0x00
#define TS_RESPONSE_BURN_OK 0x04

View File

@ -1,5 +1,5 @@
// This file was generated by Version2Header
// Tue Jan 23 21:57:58 EST 2018
// Wed Jan 24 14:21:24 EST 2018
#ifndef VCS_VERSION
#define VCS_VERSION "15442"
#define VCS_VERSION "15455"
#endif

View File

@ -26,7 +26,7 @@ enable2ndByteCanID = false
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "MShift v0.02" ; signature is expected to be 7 or more characters.
signature = "rusEFI v1.04" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -63,7 +63,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Wed Jan 24 08:58:08 EST 2018
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Wed Jan 24 14:21:18 EST 2018
pageSize = 20000
page = 1

View File

@ -26,7 +26,7 @@ enable2ndByteCanID = false
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "MShift v0.02" ; signature is expected to be 7 or more characters.
signature = "rusEFI v1.04" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC