Passage à 115200
This commit is contained in:
+1
-1
@@ -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
@@ -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("======================================");
|
||||||
|
|||||||
Reference in New Issue
Block a user