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.
Revision 50:b48f019ee306, committed 2020-04-02
- Comitter:
- rndip
- Date:
- Thu Apr 02 20:36:08 2020 +0000
- Parent:
- 49:4defa45f9c7f
- Commit message:
- updated os-library
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-os-iot.lib Thu Apr 02 20:36:08 2020 +0000 @@ -0,0 +1,1 @@ +https://github.com/russndi/mbed-os/#35e4904b23be9eac41603d5e0d186b12454d95ed
--- a/mbed-os.lib Tue Oct 08 08:01:54 2019 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -https://github.com/ARMmbed/mbed-os/#b81aeff1a3e171c6421984faa2cc18d0e35746c0
--- 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 },