Update main.js

This commit is contained in:
sparks-alec
2023-01-09 19:27:13 -05:00
parent f31ba8ae73
commit 3c842d3bee
-1
View File
@@ -10,7 +10,6 @@ exports.config = {
searchBuffer: Buffer.from([0x00]),
devicePort: 6454,
listenPort: 6454,
mayChangePort: false,
validateResponse(msg, info, devices) {
return msg.toString('utf8', 0, 7) === 'Art-Net';
},