Skip to content

Commit

Permalink
Use namePrefix for CH9143
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Sep 30, 2024
1 parent a345b03 commit 2123335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transports.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export class WebBluetooth extends Transport {
{ namePrefix: 'mpy-' },
{ services: [ 0xfebb ] },
{ namePrefix: 'CIRCUITPY' },
{ services: [ 0xfff0 ] }, // CH9143
{ namePrefix: 'CH9143' }, // Service: 0xfff0
],
//acceptAllDevices: true,
optionalServices: [NUS_SERVICE, ADA_NUS_SERVICE, 0xfebb, 0xfff0],
Expand Down

0 comments on commit 2123335

Please sign in to comment.