Skip to content

Commit

Permalink
Fix unit test value
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed Jun 1, 2022
1 parent 7055acc commit 5fafa94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ framework=arduino
build_unflags = -Os
build_flags = -O3 -ffast-math -fshort-enums -funroll-loops -Wall -Wextra -std=c99
lib_deps = EEPROM, Time
test_build_project_src = true
;test_build_project_src = true
test_build_src = yes
debug_tool = simavr
test_ignore = test_table3d_native
Expand Down
2 changes: 1 addition & 1 deletion test/test_fuel/test_corrections.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ void test_corrections_TAE_50pc_warmup_taper()
currentStatus.TPS = 50; //25% actual value

//Set a cold % of 50% increase
configPage2.aeColdPct = 200;
configPage2.aeColdPct = 150;
configPage2.aeColdTaperMax = 60 + CALIBRATION_TEMPERATURE_OFFSET;
configPage2.aeColdTaperMin = 0 + CALIBRATION_TEMPERATURE_OFFSET;
//Set the coolant to be 50% of the way through the warmup range
Expand Down

0 comments on commit 5fafa94

Please sign in to comment.