From fd0944e505b2f654144a7c8bd5d2e46fb7c570ee Mon Sep 17 00:00:00 2001 From: Kevin Andersen Date: Tue, 23 Jul 2019 13:11:17 -0400 Subject: [PATCH] Changed manufacturerData-filter to fit the changes in https://github.com/LLK/scratch-link/pull/139 --- src/extensions/scratch3_boost/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/extensions/scratch3_boost/index.js b/src/extensions/scratch3_boost/index.js index 5d203fa0f..c4a7c4e24 100644 --- a/src/extensions/scratch3_boost/index.js +++ b/src/extensions/scratch3_boost/index.js @@ -802,9 +802,9 @@ class Boost { filters: [{ services: [BoostBLE.service], manufacturerData: { - 0: { - dataPrefix: [0x97, 0x03, 0x00, 0x40], - mask: [0xFF, 0xFF, 0, 0xFF] + 0x0397: { + dataPrefix: [0x00, 0x40], + mask: [0x00, 0xFF] } } }],