USB vs bluetooth protocol profiles #5927
This commit is contained in:
parent
28214c8329
commit
5381a390f6
|
@ -31,6 +31,9 @@ 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"
|
||||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
|
@ -48,7 +51,10 @@ enable2ndByteCanID = false
|
|||
; Optimize comms for fast rusEFI ECUs
|
||||
noCommReadDelay = true;
|
||||
defaultRuntimeRecordPerSec = 100;
|
||||
#if CONN_SLOW
|
||||
#else
|
||||
maxUnusedRuntimeRange = 1000;
|
||||
#endif
|
||||
|
||||
; Set default IP/port to our IP/port
|
||||
defaultIpAddress = localhost
|
||||
|
|
Loading…
Reference in New Issue