mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -05:00
Changed manufacturerData-filter to fit the changes in https://github.com/LLK/scratch-link/pull/139
This commit is contained in:
parent
1daffa7570
commit
fd0944e505
1 changed files with 3 additions and 3 deletions
|
@ -802,9 +802,9 @@ class Boost {
|
||||||
filters: [{
|
filters: [{
|
||||||
services: [BoostBLE.service],
|
services: [BoostBLE.service],
|
||||||
manufacturerData: {
|
manufacturerData: {
|
||||||
0: {
|
0x0397: {
|
||||||
dataPrefix: [0x97, 0x03, 0x00, 0x40],
|
dataPrefix: [0x00, 0x40],
|
||||||
mask: [0xFF, 0xFF, 0, 0xFF]
|
mask: [0x00, 0xFF]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
|
|
Loading…
Reference in a new issue