Example program to demonstrate the use of the modem providing CAT-M1, NB1 and 2G support. It may be used on the C030-R412M boards.

Dependencies:   ublox-at-cellular-interface ublox-cellular-base ublox-cellular-base-n2xx ublox-at-cellular-interface-n2xx

mbed_app.json

Committer:
wajahat.abbas@u-blox.com
Date:
2019-06-24
Revision:
2:9a617f1fedb4
Parent:
1:b9de22f79488

File content as of revision 2:9a617f1fedb4:

{
    "config": {
        "rat-type":{
            "help":"PossibleValuesAre:M1,NB1,2G",
            "value":"\"2G\""
        }
    },
    "target_overrides": {
        "*": {
            "lwip.ppp-enabled": true,
            "platform.stdio-convert-newlines": true
        }
    }
}