auto-sync

This commit is contained in:
rusEfi 2015-05-27 23:09:35 -04:00
parent d34a40a90c
commit ec20aef843
1 changed files with 3 additions and 2 deletions

View File

@ -25,11 +25,12 @@ enable2ndByteCanID = false
crc32CheckCommand = "k\x00\x00\x00\x00\x36\xB8" crc32CheckCommand = "k\x00\x00\x00\x00\x36\xB8"
;communication settings ;communication settings
pageActivationDelay = 5000 ; Milliseconds delay after burn command. See https://sourceforge.net/p/rusefi/tickets/77/ pageActivationDelay = 500 ; Milliseconds delay after burn command. See https://sourceforge.net/p/rusefi/tickets/77/
;e.g. put writeblocks off and add an interwrite delay ;e.g. put writeblocks off and add an interwrite delay
writeBlocks = on writeBlocks = on
interWriteDelay = 10 interWriteDelay = 10
blockReadTimeout = 1000; Milliseconds general timeout blockReadTimeout = 3000; Milliseconds general timeout
dataReadTimeout = 3000 ; really not sure if this is applicable here
blockingFactor = 256 ; max chunk size blockingFactor = 256 ; max chunk size
;end communication settings ;end communication settings