older projects default to SLOW mode, killing SLOW for now #6170

This commit is contained in:
rusefillc 2024-03-08 12:47:03 -05:00
parent 5326233c02
commit 484c5bea5a
2 changed files with 12 additions and 10 deletions

View File

@ -32,6 +32,7 @@ Release template (copy/paste this for new release):
- ETB traction control drop is affected by not-highlighted cell #5952
- Aux Speed sensors stopped working on calibration change #6157
- EGO renamed to O2 sensor to reduce confusion #6159
- Disabling slow connectivity mode for now #6170
## March 2023 "Day 740"

View File

@ -31,9 +31,10 @@ enable2ndByteCanID = false
; setting group defined in the settingGroups.xml of the TunerStudio config
; folder. If is is an undefined referenceName, it will be added.
; keyword = referenceName, DisplayName
settingGroup = connectivityProfile, "Protocol Profile"
settingOption = CONN_SLOW, "Slower / Wireless"
settingOption = CONN_FAST, "High Speed / USB"
; see https://github.com/rusefi/rusefi/issues/6170 issue
; settingGroup = connectivityProfile, "Protocol Profile"
; settingOption = CONN_SLOW, "Slower / Wireless"
; settingOption = CONN_FAST, "High Speed / USB"
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
@ -51,10 +52,10 @@ enable2ndByteCanID = false
; Optimize comms for fast rusEFI ECUs
noCommReadDelay = true;
defaultRuntimeRecordPerSec = 100;
#if CONN_SLOW
#else
;#if CONN_SLOW
;#else
maxUnusedRuntimeRange = 1000;
#endif
;#endif
; Set default IP/port to our IP/port
defaultIpAddress = localhost
@ -193,11 +194,11 @@ enable2ndByteCanID = false
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = @@TS_GET_SCATTERED_GET_COMMAND_char@@
scatteredOffsetArray = highSpeedOffsets
#if CONN_SLOW
scatteredGetEnabled = { 1 }
#else
;#if CONN_SLOW
; scatteredGetEnabled = { 1 }
;#else
scatteredGetEnabled = { 0 }
#endif
;#endif
;
; see TunerStudioOutputChannels struct