Base class for the ublox-xxx-cellular-xxx classes. Cannot be used standalone, only inherited by classes that do properly useful stuff. Or, to put it another way, if you are using any of the ublox-xxx-cellular-xxx classes, you will need this class also.
Dependents: example-ublox-cellular-interface example-ublox-cellular-driver-gen HelloMQTT example-ublox-cellular-interface_r410M ... more
Revision 35:24f29bf0d810, committed 2019-11-05
- Comitter:
- fahimalavi
- Date:
- Tue Nov 05 05:52:00 2019 +0000
- Parent:
- 34:d239824bfb8f
- Parent:
- 33:8e1e79259b3f
- Child:
- 36:2f8ef6ac16dc
- Commit message:
- MNO profile 0 is discouraged/locked to be used according to latest supported SARA-R412M modem firmware
Changed in this revision
| UbloxCellularBase.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/UbloxCellularBase.h Wed Oct 09 15:13:04 2019 +0500 +++ b/UbloxCellularBase.h Tue Nov 05 05:52:00 2019 +0000 @@ -18,7 +18,7 @@ #include "mbed.h" #include "mbed_toolchain.h" // for MBED_DEPRECATED -#include "ubloxATCmdParser.h" +#include "UbloxATCmdParser.h" #include "FileHandle.h" #ifdef TARGET_UBLOX_C030_R410M
u-blox