Osamu Koizumi / Mbed OS HelloMQTT

Dependencies:   MQTT

Fork of HelloMQTT by Osamu Koizumi

Files at this revision

API Documentation at this revision

Comitter:
Osamu Koizumi
Date:
Mon Jun 11 17:54:18 2018 +0900
Parent:
40:43fefaef3c1a
Child:
42:c88d777f2e00
Commit message:
Changed to use TLS by default.

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Mon Jun 11 17:13:52 2018 +0900
+++ b/mbed_app.json	Mon Jun 11 17:54:18 2018 +0900
@@ -7,7 +7,7 @@
         },
         "use-tls": {
             "help": "If true, use TLS.",
-            "value": false
+            "value": true
         },
         "network-interface":{
             "help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD",