Skip to content

Commit

Permalink
fix(bluetooth-low-energy): fix EALREADY errors
Browse files Browse the repository at this point in the history
Downgrades noble for now, as that was causing the issue. Possibly this
can be fixed upstream via PR.

Closes #316, closes #302
  • Loading branch information
mKeRix committed Oct 31, 2020
1 parent c2a1f80 commit ace9be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -108,7 +108,7 @@
"vuepress-plugin-sitemap": "^2.3.1"
},
"optionalDependencies": {
"@abandonware/noble": "^1.9.2-5",
"@abandonware/noble": "1.9.2-9",
"canvas": "^2.6.1",
"i2c-bus": "^5.1.0",
"mdns": "^2.5.1",
Expand Down

0 comments on commit ace9be2

Please sign in to comment.