Skip to content

Commit

Permalink
set baud to 230400
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Mar 8, 2023
1 parent ef14511 commit 37600d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Samba.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Samba::connect(SerialPort::Ptr port, int bps)
_isUsb = _port->isUsb();
if (_isUsb)
{
if (_port->open(921600) && init())
if (_port->open(230400) && init())
{
if (_debug)
printf("Connected at 921600 baud\n");
Expand Down

0 comments on commit 37600d1

Please sign in to comment.