Increase serial speed

This commit is contained in:
Quinten Kock 2020-06-16 03:56:53 +02:00
parent adb77a6990
commit e4c7dcc7e2
1 changed files with 1 additions and 1 deletions

View File

@ -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) {