summaryrefslogtreecommitdiff
path: root/robot.js
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2024-04-02 14:55:12 +0200
committermarcellus <msimon_fr@hotmail.com>2024-04-02 14:55:12 +0200
commit0c9d773b09acea7c1a6cfb915daeb6a1d16dd21a (patch)
tree3ebefd4acb900a6f45a61a1d95e28d8dbd6be6dc /robot.js
parent36e299381ad106fc5eeb6b6b0b87aed396188175 (diff)
tests: still not working
Diffstat (limited to 'robot.js')
-rw-r--r--robot.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/robot.js b/robot.js
index 11409c0..bd8149d 100644
--- a/robot.js
+++ b/robot.js
@@ -47,7 +47,6 @@ async function moveTo(x,y)
}
client.on('connect', () => {
- console.log(client)
console.log('Connecté au courtier MQTT');
client.subscribe('move')
});