gitpush
This commit is contained in:
parent
9591dcb88f
commit
4eb5a4ae42
@ -22,7 +22,7 @@ app.get('/', (req, res) => res.sendStatus(200))
|
|||||||
// Sense HAT 初始化
|
// Sense HAT 初始化
|
||||||
sense.lowLight = true
|
sense.lowLight = true
|
||||||
sense.setRotation(180)
|
sense.setRotation(180)
|
||||||
sense.clear()
|
sense.clear([128, 0, 255])
|
||||||
|
|
||||||
io.on('connection', (client) => {
|
io.on('connection', (client) => {
|
||||||
console.log(`client conncted: ${client.id}`)
|
console.log(`client conncted: ${client.id}`)
|
||||||
|
Loading…
Reference in New Issue
Block a user