ts: enable scatter command if settings for slow connection

This commit is contained in:
Andrey Gusakov 2024-02-25 15:31:15 +03:00 committed by rusefillc
parent df5b1adae2
commit 7365f51e7b
1 changed files with 5 additions and 1 deletions

View File

@ -191,9 +191,13 @@ enable2ndByteCanID = false
ochBlockSize = @@TS_TOTAL_OUTPUT_SIZE@@
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = @@TS_GET_SCATTERED_GET_COMMAND_char@@
scatteredOchGetCommand = @@TS_GET_SCATTERED_GET_COMMAND_char@@
scatteredOffsetArray = highSpeedOffsets
#if CONN_SLOW
scatteredGetEnabled = { 1 }
#else
scatteredGetEnabled = { 0 }
#endif
;
; see TunerStudioOutputChannels struct