From 2ea5e9cd1f204764d5f798f82fde7366f5d89532 Mon Sep 17 00:00:00 2001 From: pgp Date: Fri, 5 Feb 2021 10:52:36 +0100 Subject: [PATCH] test --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index cbddedc..f537170 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -124,8 +124,8 @@ void gaz_moteur() { pos --; } moteur.write(pos); - Serial.println("gaz ="); - Serial.println(pos); + //Serial.println("gaz ="); + //Serial.println(pos); } void stop_moteur() {