From b4912f76735f683943e18e548651eea6a6a522a9 Mon Sep 17 00:00:00 2001 From: Serge NOEL Date: Thu, 13 Aug 2026 12:13:35 +0200 Subject: [PATCH] =?UTF-8?q?Passage=20=C3=A0=20115200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformio.ini | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 7a60f84..06da910 100644 --- a/platformio.ini +++ b/platformio.ini @@ -2,7 +2,7 @@ platform = atmelavr board = nanoatmega328 framework = arduino -monitor_speed = 9600 +monitor_speed = 115200 upload_speed = 115200 ; Dépendances diff --git a/src/main.cpp b/src/main.cpp index 6072372..bf539ef 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -78,7 +78,7 @@ void setup() { initCVMemory(); // Initialiser la communication série - Serial.begin(9600); + Serial.begin(115200); delay(1000); Serial.println("======================================");