From a4ad3c34e1a231778f81510d6102bf4a3eabeeb9 Mon Sep 17 00:00:00 2001 From: aster94 Date: Sun, 6 Jan 2019 18:43:44 +0100 Subject: [PATCH] Update processing.pde --- Computer_Interface/processing.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Computer_Interface/processing.pde b/Computer_Interface/processing.pde index 0726152..d217f6e 100644 --- a/Computer_Interface/processing.pde +++ b/Computer_Interface/processing.pde @@ -12,7 +12,7 @@ String LA_port = "COM10"; //windows 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 +//change it to true if you are using a STM32 instead of arduino UNO, MEGA or ESP8266 final boolean STM32 = false; /*------------------END SETUP-----------------*/