This commit is contained in:
2025-06-14 18:58:40 -04:00
parent 75f6bf0da3
commit 3f6e55e372
3 changed files with 14 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ local function checkTemperature()
burnRateDriver.stepDown()
elseif temperature <= lowerThreshold then
print("Warning: Temperature approaching lower limit! Taking action.")
burnRateDriver.stepUp()
burnRateDriver.slowStepUp()
end
end