summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2024-04-15 16:41:02 +0300
committerMartial Simon <msimon_fr@hotmail.com>2024-04-15 16:41:02 +0300
commit68f82a122922d2658b9f296ff35f1d4e2546060c (patch)
treedee00d88f9935e68ab9ba6ccdc62483e51b90415
parentc5b9cc86d016bf48f0bc9d2590176787b7921579 (diff)
fix: fixed server address
-rw-r--r--robot.js2
1 files changed, 1 insertions, 1 deletions
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)
{