Passage à 115200
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
platform = atmelavr
|
||||
board = nanoatmega328
|
||||
framework = arduino
|
||||
monitor_speed = 9600
|
||||
monitor_speed = 115200
|
||||
upload_speed = 115200
|
||||
|
||||
; Dépendances
|
||||
|
||||
+1
-1
@@ -78,7 +78,7 @@ void setup() {
|
||||
initCVMemory();
|
||||
|
||||
// Initialiser la communication série
|
||||
Serial.begin(9600);
|
||||
Serial.begin(115200);
|
||||
|
||||
delay(1000);
|
||||
Serial.println("======================================");
|
||||
|
||||
Reference in New Issue
Block a user