Skip to content

Commit

Permalink
Fix TS default values when no base tune is loaded, Fix Issue ( speedu…
Browse files Browse the repository at this point in the history
…ino#1080 ) (speeduino#1092)

* Fix tunerstudio idle home loop error when no base tune is loaded
Fixes speeduino#1080
  • Loading branch information
155ac authored Sep 12, 2023
1 parent 1c5588e commit a92ca8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reference/speeduino.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1610,6 +1610,11 @@ page = 15
defaultValue = flexFreqHigh,150
defaultValue = fuelPumpPin, 0
defaultValue = fanPin, 0
defaultValue = iacFastTemp, 0
defaultValue = idleFreq, 160
defaultValue = iacStepHome, 99
defaultValue = iacStepHyster, 3
defaultValue = iacMaxSteps, 96
defaultValue = iacCLminValue,0
defaultValue = iacCLmaxValue,100
defaultValue = iacTPSlimit, 5
Expand Down

0 comments on commit a92ca8d

Please sign in to comment.