Changed manufacturerData-filter to fit the changes in https://github.com/LLK/scratch-link/pull/139

This commit is contained in:
Kevin Andersen 2019-07-23 13:11:17 -04:00
parent 1daffa7570
commit fd0944e505

View file

@ -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]
}
}
}],