flush_blow option wip

This commit is contained in:
neo-dl 2023-07-24 15:16:12 +02:00
parent 6d65d00d88
commit c49bda6b8e

View File

@ -134,7 +134,7 @@ class Test_Leak(Test_Test):
else:
ok = type(result) is str and "passed" in result.lower() # NORMAL TEST
# SET LED INDICATORS
# SET DIGITAL OUTPUTS
if self.parent.config["hardware_config"].get("external_flush_blow", None) == "present":
self.display_text("SCARICO ESTERNO IN CORSO...")
@ -145,6 +145,9 @@ class Test_Leak(Test_Test):
self.set_digital_out("flush_led", False)
self.set_digital_out("flush_on", False)
self.set_digital_out("out_channel_select", False)
self.set_digital_out("in_channel_select", False)
else:
#result = None
ok = None