Skip to content

Commit

Permalink
deploy: dd8370d
Browse files Browse the repository at this point in the history
  • Loading branch information
haithembelhaj committed Apr 22, 2024
1 parent 923fe59 commit c01996e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions lib.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -367337,9 +367337,9 @@ var MbitMore = /*#__PURE__*/function () {
value: function scanBLE() {
var connectorClass = _ble__WEBPACK_IMPORTED_MODULE_7___default.a;
this._ble = new connectorClass(this.runtime, this._extensionId, {
filters: [{
namePrefix: 'Calliope mini'
}, {
filters: [
// {namePrefix: 'Calliope mini'},
{
services: [MM_SERVICE.ID]
}]
}, this._onConnect, this.onDisconnect);
Expand Down
2 changes: 1 addition & 1 deletion lib.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service-worker.js.map

Large diffs are not rendered by default.

0 comments on commit c01996e

Please sign in to comment.