Skip to content

Commit

Permalink
Fixed timeout on Serial from serial moniter
Browse files Browse the repository at this point in the history
  • Loading branch information
PhyXTGears-1720 committed Apr 1, 2017
1 parent 9b87351 commit 621a94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhyXTGears-2017-Bling.ino
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ String serialIn(int s = 0);
// put your setup code here, to run once:
void setup() {
Serial.begin(250000);
Serial.setTimeout(5);
Serial.setTimeout(25);
Serial.println('\n');
//
Serial1.begin(19200);
Expand Down

0 comments on commit 621a94a

Please sign in to comment.