From 68f82a122922d2658b9f296ff35f1d4e2546060c Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Mon, 15 Apr 2024 16:41:02 +0300 Subject: fix: fixed server address --- robot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot.js b/robot.js index e67aba4..9433dfc 100644 --- a/robot.js +++ b/robot.js @@ -1,4 +1,4 @@ -const client = mqtt.connect("ws://marcelus.net:9001"); +const client = mqtt.connect("ws://marcellus.cc:9001"); function wait(ms) { -- cgit v1.2.3