From 14a44cc6118270a25749c952fb6703717fdd5fed Mon Sep 17 00:00:00 2001 From: Tom Janson Date: Fri, 13 Feb 2015 16:18:38 +0100 Subject: [PATCH] depend on wiring-pi v2.0.0 (untested) Due to issues with wiring-pi v1.1.2 [1], let's go with v2. It should be compatible, but I have *not* tested it. [1]: see recent posts in https://github.com/ni-c/heimcontrol.js/issues/104 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aca8d47..6a38b11 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "description": "Use your Raspberry Pi to control 433 MHz RC power sockets. Inspired by RC-Switch for Arduino.", "main": "piswitch.js", "dependencies": { - "wiring-pi": "^1.1.2" + "wiring-pi": "^2.0.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"