Fork of ublox-cellular-base to add LARA-R2 support
Fork of ublox-cellular-base by
Diff: UbloxCellularBase.cpp
- Revision:
- 19:98e4136e3980
- Parent:
- 17:a01b693a2e63
- Child:
- 20:9fedc922868e
--- a/UbloxCellularBase.cpp Mon Sep 10 18:44:17 2018 -0500 +++ b/UbloxCellularBase.cpp Fri Oct 12 02:17:18 2018 -0500 @@ -475,7 +475,7 @@ // the modems cannot reliably auto-baud at faster rates. The faster // rate is adopted later with a specific AT command and the // UARTSerial rate is adjusted at that time - if (baud > 115200) { + if (baud != 115200) { baud = 115200; } _fh = new UARTSerial(tx, rx, baud);