From 96f6bc6826e687534ea932338f293ce2fa309ff6 Mon Sep 17 00:00:00 2001
From: Malaurie Bernard <mbernard@kinouby>
Date: Fri, 28 Jul 2023 11:46:59 +0200
Subject: [PATCH] Changing a move to a start_exchange

---
 cli.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli.cpp b/cli.cpp
index fb25531..1ffc152 100644
--- a/cli.cpp
+++ b/cli.cpp
@@ -291,7 +291,7 @@ void Cli::loop (Stream& input)
         else if (kw(F("MOV")))          //*******************MOUVEMENT*******************//
         {
             check_emergency();
-            syringe_filled.move();
+            syringe_filled.start_exchange();
             answer(true);
         }
         else if (kw(F("STP")))
-- 
GitLab