Fix default values for AE RPM taper
This commit is contained in:
parent
72397a90e1
commit
87e2cbbde2
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<msq xmlns="http://www.msefi.com/:msq">
|
<msq xmlns="http://www.msefi.com/:msq">
|
||||||
<bibliography author="TunerStudio MS(Beta) 3.0.60.15 - EFI Analytics, Inc." tuneComment="" writeDate="Tue Jul 03 17:30:28 AEST 2018"/>
|
<bibliography author="TunerStudio MS(Beta) 3.0.60.15 - EFI Analytics, Inc." tuneComment="" writeDate="Tue Jul 03 22:21:15 AEST 2018"/>
|
||||||
<versionInfo fileFormat="5.0" firmwareInfo="Speeduino+2018.6" nPages="10" signature="speeduino 201806"/>
|
<versionInfo fileFormat="5.0" firmwareInfo="Speeduino+2018.6" nPages="10" signature="speeduino 201806"/>
|
||||||
<page>
|
<page>
|
||||||
<pcVariable name="tsCanId">"CAN ID 0"</pcVariable>
|
<pcVariable name="tsCanId">"CAN ID 0"</pcVariable>
|
||||||
|
@ -151,8 +151,8 @@
|
||||||
<constant name="idleUpPolarity">"Inverted"</constant>
|
<constant name="idleUpPolarity">"Inverted"</constant>
|
||||||
<constant name="idleUpEnabled">"Off"</constant>
|
<constant name="idleUpEnabled">"Off"</constant>
|
||||||
<constant digits="0" name="idleUpAdder" units="% / Steps">163.0</constant>
|
<constant digits="0" name="idleUpAdder" units="% / Steps">163.0</constant>
|
||||||
<constant digits="0" name="taeTaperMin" units="RPM">0.0</constant>
|
<constant digits="0" name="taeTaperMin" units="RPM">1000.0</constant>
|
||||||
<constant digits="0" name="taeTaperMax" units="RPM">1000.0</constant>
|
<constant digits="0" name="taeTaperMax" units="RPM">4500.0</constant>
|
||||||
<constant digits="0" name="iacCLminDuty" units="%">0.0</constant>
|
<constant digits="0" name="iacCLminDuty" units="%">0.0</constant>
|
||||||
<constant digits="0" name="iacCLmaxDuty" units="%">0.0</constant>
|
<constant digits="0" name="iacCLmaxDuty" units="%">0.0</constant>
|
||||||
<constant digits="0" name="boostMinDuty" units="%">20.0</constant>
|
<constant digits="0" name="boostMinDuty" units="%">20.0</constant>
|
||||||
|
|
|
@ -868,6 +868,8 @@ page = 10
|
||||||
defaultValue = lnchCtrlTPS, 0
|
defaultValue = lnchCtrlTPS, 0
|
||||||
defaultValue = resetControl, 0
|
defaultValue = resetControl, 0
|
||||||
defaultValue = bootloaderCaps, 0
|
defaultValue = bootloaderCaps, 0
|
||||||
|
defaultValue = taeTaperMin, 1000
|
||||||
|
defaultValue = taeTaperMax, 5000
|
||||||
; defaultValue = obd_address, 0
|
; defaultValue = obd_address, 0
|
||||||
|
|
||||||
;Default pins
|
;Default pins
|
||||||
|
|
Loading…
Reference in New Issue