läuft soweit
This commit is contained in:
parent
7ba87e9d36
commit
918e102a0c
@ -394,6 +394,9 @@ class PHControllerGUI(QMainWindow):
|
|||||||
self.auto_dose_timer.stop()
|
self.auto_dose_timer.stop()
|
||||||
self.send_pump_command(0) # Turn off pump
|
self.send_pump_command(0) # Turn off pump
|
||||||
self.auto_dose_btn.setText("Automatisch dosieren")
|
self.auto_dose_btn.setText("Automatisch dosieren")
|
||||||
|
# Re-enable manual pump controls
|
||||||
|
self.pump_on_btn.setEnabled(True)
|
||||||
|
self.pump_off_btn.setEnabled(True)
|
||||||
return
|
return
|
||||||
|
|
||||||
volume = self.volume_spin.value()
|
volume = self.volume_spin.value()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user