diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-04-15 16:41:02 +0300 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-04-15 16:41:02 +0300 |
| commit | 68f82a122922d2658b9f296ff35f1d4e2546060c (patch) | |
| tree | dee00d88f9935e68ab9ba6ccdc62483e51b90415 | |
| parent | c5b9cc86d016bf48f0bc9d2590176787b7921579 (diff) | |
fix: fixed server address
| -rw-r--r-- | robot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -const client = mqtt.connect("ws://marcelus.net:9001"); +const client = mqtt.connect("ws://marcellus.cc:9001"); function wait(ms) { |
