Update processing.pde

This commit is contained in:
aster94
2019-01-06 18:43:44 +01:00
committed by GitHub
parent 9d714f940d
commit a4ad3c34e1

View File

@@ -12,7 +12,7 @@ String LA_port = "COM10"; //windows
final int baudrate = 115200; //check if it is the same in arduino 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; final boolean STM32 = false;
/*------------------END SETUP-----------------*/ /*------------------END SETUP-----------------*/