Fork of ublox-cellular-base to add LARA-R2 support
Fork of ublox-cellular-base by
Diff: UbloxCellularBase.cpp
- Revision:
- 5:05fa111c1cf3
- Parent:
- 4:2e640a101db1
- Child:
- 6:8fadf1e49487
--- a/UbloxCellularBase.cpp Mon Jul 31 11:42:37 2017 +0100 +++ b/UbloxCellularBase.cpp Thu Aug 10 14:27:24 2017 +0100 @@ -547,10 +547,6 @@ _at->send("AT&D0") && _at->recv("OK"); // Set DTR circuit, we ignore the state change of DTR } -#if DEVICE_SERIAL_FC - ((UARTSerial *)_fh)->set_flow_control(SerialBase::RTSCTS, MDMRTS, MDMCTS); -#endif - if (!success) { tr_error("Preliminary modem setup failed."); }