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.
Diff: mbed_app.json
- Revision:
- 50:b48f019ee306
- Parent:
- 49:4defa45f9c7f
diff -r 4defa45f9c7f -r b48f019ee306 mbed_app.json --- a/mbed_app.json Tue Oct 08 08:01:54 2019 +0100 +++ b/mbed_app.json Thu Apr 02 20:36:08 2020 +0000 @@ -18,7 +18,7 @@ "target_overrides": { "*": { "target.network-default-interface-type": "CELLULAR", - "mbed-trace.enable": false, + "mbed-trace.enable": true, "lwip.ipv4-enabled": true, "lwip.ipv6-enabled": true, "lwip.ethernet-enabled": false, @@ -28,10 +28,10 @@ "platform.stdio-baud-rate": 115200, "platform.default-serial-baud-rate": 115200, "platform.stdio-buffered-serial": true, - "cellular.debug-at": false, + "cellular.debug-at": true, "nsapi.default-cellular-sim-pin": null, "nsapi.default-cellular-plmn": null, - "nsapi.default-cellular-apn": null, + "nsapi.default-cellular-apn": "\"m2m.com.attz\"", "nsapi.default-cellular-username": null, "nsapi.default-cellular-password": null },