SORACOM Harvest and Grove - Temperature&Humidity Sensor(DHT11) example for Wio cellular targets - Seeed Wio 3G and Wio LTE-M1/NB1(BG96)

Dependencies:   DHT-2

Revision:
1:10dee4eeb55e
Parent:
0:fb5e1789de47
Child:
2:cf787cebee82
--- a/mbed_app.json	Fri May 10 10:18:11 2019 +0900
+++ b/mbed_app.json	Thu May 16 07:04:12 2019 +0000
@@ -36,11 +36,14 @@
         },
         "WIO_3G": {
             "target.device_has_remove": ["SERIAL_FC"],
-            "nsapi.default-cellular-apn": "\"apn\"",
-            "nsapi.default-cellular-username": "\"username\"",
-            "nsapi.default-cellular-password": "\"password\""
+            "cellular.use-apn-lookup": false,
+            "nsapi.default-cellular-apn": "\"stream.co.uk\"",
+            "nsapi.default-cellular-username": "\"streamip\"",
+            "nsapi.default-cellular-password": "\"streamip\""
         },
         "WIO_BG96": {
+            "cellular.use-apn-lookup": false,
+            "nsapi.default-cellular-plmn": "\"00000\"",
             "nsapi.default-cellular-apn": "\"apn\"",
             "nsapi.default-cellular-username": "\"username\"",
             "nsapi.default-cellular-password": "\"password\""