diff --git a/filtration.ic10 b/filtration.ic10 index 2edfe48..5a21b90 100644 --- a/filtration.ic10 +++ b/filtration.ic10 @@ -34,12 +34,12 @@ yield # Check storage pressure l OutPressure filtration PressureOutput slt FilterActive OutPressure MAXPRESSURE -beqz FilterActive filteronoff +beqz FilterActive filteronoff # if pressure > MAX, skip to shutdown # Check temperature l InTemperature filtration TemperatureInput slt FilterActive InTemperature MAXTEMPERATURE -beqz FilterActive filteronoff +beqz FilterActive filteronoff # if temperature > MAX, skip to shutdown # Check filters and set diodes ls FilterLeft filtration 0 Quantity @@ -106,4 +106,4 @@ beqz FilterHash ra #if you are still here then it is an error so end s filtration On 0 -j start \ No newline at end of file +j start