Skip to content

Commit

Permalink
depend on wiring-pi v2.0.0 (untested)
Browse files Browse the repository at this point in the history
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 ni-c/heimcontrol.js#104
  • Loading branch information
tjanson committed Feb 13, 2015
1 parent 5f87c43 commit 14a44cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 14a44cc

Please sign in to comment.