diff --git a/plugins/digico/main.js b/plugins/digico/main.js index d7f153a..9b15e0b 100644 --- a/plugins/digico/main.js +++ b/plugins/digico/main.js @@ -13,7 +13,8 @@ exports.config = { type: 'UDPsocket', // send "/Console/Name/?" this is what the iPad sends to check connection searchBuffer: Buffer.from([ - 0x2f, 0x43, 0x6f, 0x6e, 0x73, 0x6f, 0x6c, 0x65, 0x2f, 0x4e, 0x61, 0x6d, 0x65, 0x2f, 0x3f, + 0x2f, 0x43, 0x6f, 0x6e, 0x73, 0x6f, 0x6c, 0x65, 0x2f, 0x4e, 0x61, 0x6d, 0x65, 0x2f, 0x3f, 0x00, 0x2c, 0x00, 0x00, + 0x00, ]), devicePort: 8000, listenPort: 9000,