This commit is contained in:
赵鑫 2022-09-04 15:52:27 +08:00
parent e3aff20cb8
commit 15c0cae67c
2 changed files with 0 additions and 2 deletions

View File

@ -1 +0,0 @@
test

View File

@ -7,7 +7,6 @@ const socketio = require('socket.io')
// const request = require('request')
const sense = require('sense-hat-led').sync
const app = express()
app.use(express.static('public'))
const server = app.listen(port, host, () => console.log(`rpi sense hat server is running at port http://${host}:${port}`))
const io = socketio(server)