This commit is contained in:
赵鑫 2022-09-01 14:06:55 +08:00
parent 4044f64035
commit 96e35d2ac4

View File

@ -64,5 +64,5 @@ function read_all_leds() {
}
}
console.log(leds)
io.emit('leds', { leds })
io.emit('leds', leds)
}