new templating feature

This commit is contained in:
rusefillc 2022-11-14 23:25:41 -05:00
parent d7c6e57eed
commit f26bf103b1
1 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ enable2ndByteCanID = false
signature = @@TS_SIGNATURE@@
[TunerStudio]
queryCommand = "S"
queryCommand = "@#TS_HELLO_COMMAND#@"
versionInfo = "V" ; firmware version for title bar.
signature= @@TS_SIGNATURE@@ ; signature is expected to be 7 or more characters.
@ -111,9 +111,9 @@ enable2ndByteCanID = false
[LoggerDefinition]
; valid logger types: composite, tooth, trigger, csv
loggerDef = compositeLogger, "Trigger Logger", composite
startCommand = "l\x01"
stopCommand = "l\x02"
dataReadCommand = "L"
startCommand = "@#TS_LOGGER_CONTROL#@\x01"
stopCommand = "@#TS_LOGGER_CONTROL#@\x02"
dataReadCommand = "@#TS_LOGGER_READ#@"
dataReadTimeout = 10000 ; time in ms
dataReadyCondition = { toothLogReady }
continuousRead = true