Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ublox-at-cellular-interface-ext by
Diff: TESTS/unit_tests/cell-locate/template_mbed_app.txt
- Revision:
- 11:3631f62bb359
- Parent:
- 0:0b75e22c9231
diff -r 3b24bc50cc06 -r 3631f62bb359 TESTS/unit_tests/cell-locate/template_mbed_app.txt --- a/TESTS/unit_tests/cell-locate/template_mbed_app.txt Tue Jun 13 10:46:08 2017 +0100 +++ b/TESTS/unit_tests/cell-locate/template_mbed_app.txt Fri Jun 16 00:55:19 2017 +0100 @@ -1,8 +1,5 @@ { "config": { - "buffer-size": { "value": 0 }, - "platform": { "help": "Options: UBLOX, MTS_DRAGONFLY", - "value": "UBLOX"}, "cell-locate-mga-token": { "help": "Your Cell Locate MGA token, required for TCP testing. A tokane can be obtained from https://www.u-blox.com/en/assistnow-service-registration-form", "value": "\"mymgatoken\"" @@ -14,19 +11,8 @@ }, "target_overrides": { "*": { - "lwip.ipv4-enabled": true, - "lwip.ipv6-enabled": false, - "lwip.ethernet-enabled": false, - "lwip.ppp-enabled": true, - "lwip.tcp-enabled": true, - "target.features_add": ["LWIP", "COMMON_PAL"], - "platform.stdio-convert-newlines": true, - "platform.stdio-baud-rate": 9600, - "platform.default-serial-baud-rate": 115200, - "lwip.debug-enabled": false, - "lwip.enable-ppp-trace": false, - "lwip.use-mbed-trace": false, - "mbed-trace.enable": 1 + "target.features_add": ["COMMON_PAL"], + "platform.stdio-convert-newlines": true } } }