Skip to content

Commit f859a91

Browse files
authored
Update BluetoothSerial.cpp
1 parent ab96650 commit f859a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/BluetoothSerial/src/BluetoothSerial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ void BluetoothSerial::flush()
654654
{
655655
if (_spp_tx_queue != NULL){
656656
while(uxQueueMessagesWaiting(_spp_tx_queue) > 0){
657-
delay(50);
657+
delay(5);
658658
}
659659
}
660660
}

0 commit comments

Comments
 (0)