1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 20:33:58 +02:00
openwrt-packages/lang/node-cylon/patches/0001-serialport.patch

14 lines
238 B
Diff
Raw Normal View History

--- a/package.json
+++ b/package.json
@@ -41,7 +41,8 @@
},
"dependencies": {
- "firmata": ">= 0.8.0",
- "cylon": "^1.3.0"
+ "cylon": "^1.3.0",
+ "cylon-gpio": "0.30.1",
+ "cylon-i2c": "0.26.1"
}
}