mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -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: [{
|
||||
services: [BoostBLE.service],
|
||||
manufacturerData: {
|
||||
0: {
|
||||
dataPrefix: [0x97, 0x03, 0x00, 0x40],
|
||||
mask: [0xFF, 0xFF, 0, 0xFF]
|
||||
0x0397: {
|
||||
dataPrefix: [0x00, 0x40],
|
||||
mask: [0x00, 0xFF]
|
||||
}
|
||||
}
|
||||
}],
|
||||
|
|
Loading…
Reference in a new issue