Skip to content

Commit

Permalink
v0.3.20: add filter for bluefy (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
taichunmin authored Nov 1, 2024
2 parents 43bf522 + d37c505 commit bf34c45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"module": "./dist/index.mjs",
"name": "chameleon-ultra.js",
"type": "commonjs",
"version": "0.3.19",
"version": "0.3.20",
"bugs": {
"url": "https://github.com/taichunmin/chameleon-ultra.js/issues"
},
Expand Down
1 change: 1 addition & 0 deletions src/plugin/WebbleAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const ULTRA_TX_CHAR_UUID = toCanonicalUUID('6e400003-b5a3-f393-e0a9-e50e24dcca9e

const BLE_SCAN_FILTERS: BluetoothLEScanFilter[] = [
{ name: 'ChameleonUltra' }, // Chameleon Ultra
{ services: [ULTRA_SERV_UUID] }, // Chameleon Ultra, bluefy not support name filter
{ services: [DFU_SERV_UUID] }, // Chameleon Ultra DFU
]

Expand Down

0 comments on commit bf34c45

Please sign in to comment.