From aec8a0475b788aeee331ebd08caa441bb58cc315 Mon Sep 17 00:00:00 2001 From: ah01 Date: Sun, 4 Sep 2016 23:07:47 +0200 Subject: [PATCH] Use mosquitto public broker as default --- src/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 1edd537..351832e 100644 --- a/src/index.html +++ b/src/index.html @@ -13,8 +13,7 @@ // MQTT server to connect (must support websocket protocol) server: { - host: "192.168.88.4", port: 9001, path: "" - //host: "mqtt.sh.cvut.cz", port: 80, path: "/mqtt" + host: "test.mosquitto.org", port: 8080, path: "" }, // Default subscribed topic