#315 progress
This commit is contained in:
parent
b449c012b4
commit
258046a8a0
|
@ -5,6 +5,7 @@ current binaries are always available at http://rusefi.com/build_server/
|
|||
|
||||
| Release date | Revision | Details |
|
||||
| ------------ | --------- | ------- |
|
||||
| 02/22/2017 | r2972 | protocol signature changed to 'v0.02' (this would happen from time to time to ensure version match between console and TS project |
|
||||
| 02/20/2017 | r2939 | https://github.com/rusefi/rusefi is now the official primary repository |
|
||||
| 02/18/2017 | r11565 | improvement: level1 default brown out https://sourceforge.net/p/rusefi/tickets/354/ |
|
||||
| 02/18/2017 | r11554 | bugfix: rusEfi console program/erase buttons fixed with ST-LINK 2.1 |
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#define SWITCH_TO_BINARY_COMMAND "~"
|
||||
|
||||
#define PROTOCOL "001"
|
||||
#define TS_SIGNATURE "MShift v0.01"
|
||||
#define TS_SIGNATURE "MShift v0.02"
|
||||
|
||||
#define TS_RESPONSE_OK 0x00
|
||||
#define TS_RESPONSE_BURN_OK 0x04
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -7,7 +7,7 @@ enable2ndByteCanID = false
|
|||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
signature = "MShift v0.01" ; signature is expected to be 7 or more characters.
|
||||
signature = "MShift v0.02" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
|
Loading…
Reference in New Issue