From ace9be2bcd4b10bfd34a1b9ba43672ac71f8e74b Mon Sep 17 00:00:00 2001 From: Heiko Rothe Date: Sat, 31 Oct 2020 10:03:17 +0100 Subject: [PATCH] fix(bluetooth-low-energy): fix EALREADY errors Downgrades noble for now, as that was causing the issue. Possibly this can be fixed upstream via PR. Closes #316, closes #302 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a778560f..1aee8bcd 100644 --- a/package.json +++ b/package.json @@ -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",