Daniel Lee / Mbed OS mbed-os-example-cellular-le910

Files at this revision

API Documentation at this revision

Comitter:
Daniel_Lee
Date:
Thu Feb 13 12:16:57 2020 +0000
Parent:
51:8d0212a4b805
Commit message:
Initialize APN/Username/Password of cellular

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Fri Feb 07 07:04:18 2020 +0000
+++ b/mbed_app.json	Thu Feb 13 12:16:57 2020 +0000
@@ -34,9 +34,9 @@
             "cellular.use-apn-lookup": false,
             "nsapi.default-cellular-sim-pin" : null,
             "nsapi.default-cellular-plmn"    : null,
-            "nsapi.default-cellular-apn"     : "\"stream.co.uk\"",
-            "nsapi.default-cellular-username": "\"streamip\"",
-            "nsapi.default-cellular-password": "\"streamip\"",
+            "nsapi.default-cellular-apn"     : null,
+            "nsapi.default-cellular-username": null,
+            "nsapi.default-cellular-password": null,
             "TELIT_HE910.tx"                 : "D1",
             "TELIT_HE910.rx"                 : "D0",
             "TELIT_HE910.provide-default"    : true