Russel Ndip / mbed-os-example-cellular

Files at this revision

API Documentation at this revision

Comitter:
rndip
Date:
Thu Apr 02 20:36:08 2020 +0000
Parent:
49:4defa45f9c7f
Commit message:
updated os-library

Changed in this revision

mbed-os-iot.lib Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show diff for this revision Revisions of this file
mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- /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
         },