Skip to content

Commit c215fcd

Browse files
Serial: change loop delay from 20 to 5
Workaround for #5
1 parent d8e35ee commit c215fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ void CSerial::run() {
469469
if (StopThread)
470470
return;
471471
execute();
472-
CThread::sleep(20);
472+
CThread::sleep(5);
473473
}
474474
}
475475

0 commit comments

Comments
 (0)