Implementation of the CellularInterface for u-blox C030 boards with N2xx modems. Note: requires the N211 module firmware to be at least 06.57 A01.02.
Dependents: example-ublox-cellular-interface HelloMQTT example-ublox-cellular-interface_r410M example-ublox-mbed-client ... more
Diff: UbloxATCellularInterfaceN2xx.cpp
- Revision:
- 13:2504d4160042
- Parent:
- 12:b0757007cc72
- Child:
- 14:7fb0bbdc4242
diff -r b0757007cc72 -r 2504d4160042 UbloxATCellularInterfaceN2xx.cpp --- a/UbloxATCellularInterfaceN2xx.cpp Tue Dec 12 15:51:45 2017 +0000 +++ b/UbloxATCellularInterfaceN2xx.cpp Tue May 15 10:23:16 2018 +0100 @@ -471,6 +471,7 @@ // Should never fail to read when there is pending data success = false; } + free(tmpBuf); } else if (timer.read_ms() < SOCKET_TIMEOUT) { // Wait for URCs tr_debug("Waiting for URC...");