Cellular example code for Seeed Wio 3G

Fork of Wio_3G-example-cellular by Toyomasa Watarai

Revision:
17:a0330a2e9948
Parent:
11:23ea0907186e
--- 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.",