Version of HelloMQTT with u-blox cellular (C027 and C030) boards added.

Dependencies:   C12832 MQTT easy-connect ublox-at-cellular-interface-ext ublox-cellular-base ublox-cellular-driver-gen ublox-ppp-cellular-interface ublox-at-cellular-interface-n2xx ublox-cellular-base-n2xx

Fork of HelloMQTT by MQTT

Revision:
21:c409940bccdc
Parent:
20:49c9daf2b0ff
diff -r 49c9daf2b0ff -r c409940bccdc mbed_app.json
--- a/mbed_app.json	Tue Jan 10 18:10:17 2017 -0600
+++ b/mbed_app.json	Thu Aug 10 14:12:53 2017 +0000
@@ -1,8 +1,8 @@
 {
     "config": {
         "network-interface":{
-            "help": "options are ETHERNET,WIFI_ESP8266,MESH_LOWPAN_ND,MESH_THREAD",
-            "value": "ETHERNET"
+            "help": "options are ETHERNET,WIFI_ESP8266,MESH_LOWPAN_ND,MESH_THREAD,,WIFI_ODIN,WIFI_REALTEK,CELLULAR_UBLOX",
+            "value": "CELLULAR_UBLOX"
         },
         "mesh_radio_type": {
             "help": "options are ATMEL, MCR20",
@@ -44,6 +44,22 @@
         "lcd-ncs": {
             "value": "D10",
             "macro_name": "LCD_NCS"
+        },
+        "default-pin": {
+            "help": "For cellular only, the current value of the SIM PIN as a string; only used if PIN checking is enabled on your SIM (not required by default for a C030 board)",
+            "value": "\"1234\""
+        },
+        "apn": {
+            "help": "For cellular only, the APN string to use for your SIM/network, set to 0 if none (use none for C030)",
+            "value": 0
+        },
+        "username": {
+            "help": "For cellular only, the user name string to use for your APN, set to zero if none (use none for C030)",
+            "value": 0
+        },
+        "password": {
+            "help": "For cellular only, the password string to use for your APN, set to 0 if none (use none for C030)",
+            "value": 0
         }
     },
     "target_overrides": {