From 81954b6bcdc9d3309da0e18302c4e49232bf9a41 Mon Sep 17 00:00:00 2001 From: Malaurie Bernard <mbernard@kinouby> Date: Fri, 28 Jul 2023 10:57:53 +0200 Subject: [PATCH] The pump syringe does not move when we place the syringe filled --- web.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/web.cpp b/web.cpp index bbf1eb6..af9e569 100644 --- a/web.cpp +++ b/web.cpp @@ -755,7 +755,6 @@ void syringe_filled_placement_on() ESPUI.setEnabled(calibration, false); style (calibration, 2); - syringe_pump_on(); } void syringe_filled_placement_off() -- GitLab