Fix unit test value

This commit is contained in:
Josh Stewart 2022-06-01 17:06:44 +10:00
parent 7055accb5a
commit 5fafa94056
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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