läuft soweit

This commit is contained in:
jens 2025-07-10 23:25:42 +02:00
parent 7ba87e9d36
commit 918e102a0c

View File

@ -394,6 +394,9 @@ class PHControllerGUI(QMainWindow):
self.auto_dose_timer.stop()
self.send_pump_command(0) # Turn off pump
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
volume = self.volume_spin.value()