diff --git a/ArduChess.ino b/ArduChess.ino index 749d8cc..2166092 100644 --- a/ArduChess.ino +++ b/ArduChess.ino @@ -8,7 +8,7 @@ Board b = Board(); void setup() { // put your setup code here, to run once: - Serial.begin(9600); + Serial.begin(115200); //char value; //while(Serial.available() == 0) {