Passage à 115200

This commit is contained in:
Serge NOEL
2026-08-13 12:13:35 +02:00
parent 46cee7f1a2
commit b4912f7673
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
platform = atmelavr platform = atmelavr
board = nanoatmega328 board = nanoatmega328
framework = arduino framework = arduino
monitor_speed = 9600 monitor_speed = 115200
upload_speed = 115200 upload_speed = 115200
; Dépendances ; Dépendances
+1 -1
View File
@@ -78,7 +78,7 @@ void setup() {
initCVMemory(); initCVMemory();
// Initialiser la communication série // Initialiser la communication série
Serial.begin(9600); Serial.begin(115200);
delay(1000); delay(1000);
Serial.println("======================================"); Serial.println("======================================");