diff --git a/server.js b/server.js index c5ea613..0c7f3ec 100644 --- a/server.js +++ b/server.js @@ -78,7 +78,7 @@ io.on('connection', (client) => { case 'setPixel': if (color == undefined) color = [255, 255, 255] sensehat.led.setPixel(x, y, [255, 255, 255]) - io.emit('action', { action: 'setPixel', x, y, color: [255, 255, 255] }) + // io.emit('action', { action: 'setPixel', x, y, color: [255, 255, 255] }) break // case 'getPixel': // color = sensehat.led.getPixel(x, y)