From 8e68c4068cc90db7951a2b163f5036a3d4f20897 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Tue, 19 Oct 2021 11:23:44 -0700 Subject: [PATCH] optimizations (#3375) --- firmware/tunerstudio/rusefi.input | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index 95abd4605c..17a71ff572 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -40,6 +40,18 @@ enable2ndByteCanID = false versionInfo = "V" ; firmwave version for title bar. signature = @@TS_SIGNATURE@@ ; signature is expected to be 7 or more characters. + ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C + useLegacyFTempUnits = false + + ; Optimize comms for fast rusefi ECUs + noCommReadDelay = true; + defaultRuntimeRecordPerSec = 100; + maxUnusedRuntimeRange = 1000; + + ; Set default IP/port to our IP/port + defaultIpAddress = 192.168.10.1; + defaultIpPort = 29000; + [Constants] ; new packet serial format with CRC messageEnvelopeFormat = msEnvelope_1.0 @@ -56,9 +68,6 @@ enable2ndByteCanID = false crc32CheckCommand = "@@TS_CRC_CHECK_COMMAND_char@@%2o%2c" retrieveConfigError = "e" - ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C - useLegacyFTempUnits = false - ;communication settings 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