We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e400a8 commit c0c15acCopy full SHA for c0c15ac
index.js
@@ -31,7 +31,7 @@
31
32
// todo battery needs to be better solved
33
34
-var noble = require('noble');
+var noble = require('@abandonware/noble');
35
var EventEmitter = require('events').EventEmitter;
36
var util = require('util');
37
@@ -585,4 +585,4 @@ WeDo2.prototype.getUuidFromInput = function (input) {
585
}
586
};
587
588
-module.exports = WeDo2;
+module.exports = WeDo2;
package.json
@@ -14,7 +14,7 @@
14
"author": "Valentin Heun <ok@valentinheun.com> (https://valentinheun.com)",
15
"maintainers": [],
16
"dependencies": {
17
- "noble": "^1.9.1"
+ "@abandonware/noble": "^1.9.2-7"
18
},
19
"repository": {
20
"type": "git",
0 commit comments