From f1ddefdd6110f367eccbbd58468b60e81e989021 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Mon, 29 Apr 2024 15:23:09 +0200 Subject: [PATCH] init --- MyTCPClient.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MyTCPClient.cpp b/MyTCPClient.cpp index 64c83ed..22faed4 100644 --- a/MyTCPClient.cpp +++ b/MyTCPClient.cpp @@ -74,8 +74,8 @@ void MyTCPClient::pwm_init() { this->fermer_pince(1, true); this->fermer_pince(2, true); this->baisser_bras();//this->baisser_bras(true); - // this->uncheck_panneau(6); - // this->uncheck_panneau(7); + this->uncheck_panneau(6); + this->uncheck_panneau(7); }