This commit is contained in:
赵鑫 2022-09-05 15:07:08 +08:00
parent 53f593d13e
commit a29cec8c08

View File

@ -146,7 +146,6 @@
client.on('action', ({ action, x, y, color, pixels }) => {
var leds = document.querySelectorAll('.led')
if (color == undefined) color = [0, 0, 0]
var [r, g, b] = color
switch (action) {
case 'clear':