From 36e299381ad106fc5eeb6b6b0b87aed396188175 Mon Sep 17 00:00:00 2001 From: marcellus Date: Tue, 2 Apr 2024 13:01:33 +0200 Subject: misc: test work on the controls --- robot.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'robot.js') diff --git a/robot.js b/robot.js index f318441..11409c0 100644 --- a/robot.js +++ b/robot.js @@ -50,13 +50,9 @@ client.on('connect', () => { console.log(client) console.log('Connecté au courtier MQTT'); client.subscribe('move') - moveTo(1000,1000) }); // client.publish('move','ULT1') -/* client.on('message', function (topic, message) { - console.log('Received from ', topic, ' : ', message.toString()); -}); */ /* client.on('close', function () { console.log('Déconnecté du courtier MQTT'); -- cgit v1.2.3