From d4b97220369376ed36220f9556abdff38a7a1ad6 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Mon, 19 Nov 2018 20:32:30 +0100 Subject: [PATCH] fix basic example --- src/examples/basic/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/basic/main.cpp b/src/examples/basic/main.cpp index f798688..6e62fd4 100644 --- a/src/examples/basic/main.cpp +++ b/src/examples/basic/main.cpp @@ -26,7 +26,7 @@ void setup() }); sprocket->addTask(publishHeap); sprocket->addPlugin( - new MqttPlugin({"mqttSprocket", "192.168.1.2", 1883, "wirelos/mqttSprocket-in/", "wirelos/mqttSprocket-out/"})); + new MqttPlugin({"mqttSprocket", "192.168.1.2", 1883, "wirelos/mqttSprocket/"})); network = new WiFiNet( SPROCKET_MODE,