From 70a638c67c3085b95e8c57491a32eb2b6c0849dd Mon Sep 17 00:00:00 2001
From: Malaurie Bernard <mbernard@kinouby>
Date: Fri, 4 Aug 2023 11:20:48 +0200
Subject: [PATCH] Linking confirm_init button with its code

---
 web.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web.cpp b/web.cpp
index 8799a75..0ee9580 100644
--- a/web.cpp
+++ b/web.cpp
@@ -343,6 +343,7 @@ void confirm_initialisation_callback (Control *sender, int type)
     {
     case B_DOWN:
 
+        syringe_filled.reset_position();
 
         break;
 
-- 
GitLab