updated
This commit is contained in:
@@ -10,8 +10,8 @@ local function checkCoolantLevel()
|
|||||||
if coolantLevel > maxValue then
|
if coolantLevel > maxValue then
|
||||||
-- Do nothing if coolant is above the max value
|
-- Do nothing if coolant is above the max value
|
||||||
elseif coolantLevel > minValue then
|
elseif coolantLevel > minValue then
|
||||||
print("Coolant approaching minimum, slowly stepping down burn rate.")
|
-- print("Coolant approaching minimum, slowly stepping down burn rate.")
|
||||||
burnRateDriver.slowStepDown()
|
-- burnRateDriver.slowStepDown()
|
||||||
elseif coolantLevel <= minValue then
|
elseif coolantLevel <= minValue then
|
||||||
print("Warning: Coolant below minimum! Stepping down burn rate.")
|
print("Warning: Coolant below minimum! Stepping down burn rate.")
|
||||||
burnRateDriver.stepDown()
|
burnRateDriver.stepDown()
|
||||||
|
|||||||
Reference in New Issue
Block a user