From 58cc77618f046127963ae746aad093270bb41c7c Mon Sep 17 00:00:00 2001 From: aster94 Date: Thu, 29 Jun 2017 17:58:43 +0200 Subject: [PATCH] Update processing_LA.pde --- processing_LA.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing_LA.pde b/processing_LA.pde index 93a1aef..81105df 100644 --- a/processing_LA.pde +++ b/processing_LA.pde @@ -10,7 +10,7 @@ Serial p; //String LA_port = "/dev/ttyUSB0"; //linux Serial String LA_port = "COM10"; //windows -final int baudrate = 115200; +final int baudrate = 115200; //check if it is the same in arduino //change it to true if you are using a STM32 instead of arduino final boolean STM32 = false;