Skip to content

Commit

Permalink
Fixing a typo when enabling serial without specifying a baud rate
Browse files Browse the repository at this point in the history
  • Loading branch information
coogle committed Sep 25, 2017
1 parent c1e6006 commit 0e8eb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoogleIOT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ bool CoogleIOT::connectToSSID()

CoogleIOT& CoogleIOT::enableSerial()
{
return enableSerial(15200);
return enableSerial(115200);
}

CoogleIOT& CoogleIOT::enableSerial(int baud)
Expand Down

0 comments on commit 0e8eb4a

Please sign in to comment.