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-----------------*/