Cellular example code for Seeed Wio 3G
Fork of Wio_3G-example-cellular by
Revision 17:a0330a2e9948, committed 2018-08-08
- Comitter:
- MACRUM
- Date:
- Wed Aug 08 10:16:49 2018 +0000
- Parent:
- 16:bf6ed28b4d08
- Commit message:
- Add APN setting
Changed in this revision
mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
diff -r bf6ed28b4d08 -r a0330a2e9948 mbed_app.json --- a/mbed_app.json Wed Aug 08 08:30:20 2018 +0100 +++ b/mbed_app.json Wed Aug 08 10:16:49 2018 +0000 @@ -3,19 +3,19 @@ "sock-type": "TCP", "sim-pin-code": { "help": "SIM PIN code", - "value": "\"1234\"" + "value": "\"0000\"" }, "apn": { "help": "The APN string to use for this SIM/network, set to 0 if none", - "value": "\"internet\"" + "value": "\"soracom.io\"" }, "username": { "help": "The user name string to use for this APN, set to zero if none", - "value": 0 + "value": "\"sora\"" }, "password": { "help": "The password string to use for this APN, set to 0 if none", - "value": 0 + "value": "\"sora\"" }, "echo-server-hostname": { "help": "Echo server host name.",