Skip to content

Commit

Permalink
Serial: change loop delay from 20 to 5
Browse files Browse the repository at this point in the history
Workaround for #5
  • Loading branch information
lenticularis39 committed Oct 2, 2020
1 parent d8e35ee commit c215fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ void CSerial::run() {
if (StopThread)
return;
execute();
CThread::sleep(20);
CThread::sleep(5);
}
}

Expand Down

0 comments on commit c215fcd

Please sign in to comment.