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

Files at this revision

API Documentation at this revision

Comitter:
MACRUM
Date:
Mon May 20 06:11:03 2019 +0000
Parent:
1:10dee4eeb55e
Child:
3:4c355eed5a07
Commit message:
Fix configuration for the Wio 3G

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Thu May 16 07:04:12 2019 +0000
+++ b/mbed_app.json	Mon May 20 06:11:03 2019 +0000
@@ -36,10 +36,9 @@
         },
         "WIO_3G": {
             "target.device_has_remove": ["SERIAL_FC"],
-            "cellular.use-apn-lookup": false,
-            "nsapi.default-cellular-apn": "\"stream.co.uk\"",
-            "nsapi.default-cellular-username": "\"streamip\"",
-            "nsapi.default-cellular-password": "\"streamip\""
+            "nsapi.default-cellular-apn": "\"apn\"",
+            "nsapi.default-cellular-username": "\"username\"",
+            "nsapi.default-cellular-password": "\"password\""
         },
         "WIO_BG96": {
             "cellular.use-apn-lookup": false,