Skip to content

Commit b763c1c

Browse files
committed
✨ Adds node-red-node-serialport to the default node set
1 parent 2ee0e8d commit b763c1c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

node-red/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN \
1717
g++=6.4.0-r9 \
1818
gcc=6.4.0-r9 \
1919
libc-dev=0.7.1-r0 \
20+
linux-headers=4.4.6-r2 \
2021
make=4.2.1-r2 \
2122
py2-pip=10.0.1-r0 \
2223
python2-dev=2.7.15-r1 \

node-red/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"node-red-node-msgpack": "1.1.3",
3737
"node-red-node-ping": "0.0.15",
3838
"node-red-node-random": "0.1.2",
39+
"node-red-node-serialport": "0.6.8",
3940
"node-red-node-smooth": "0.1.0",
4041
"node-red-node-suncalc": "0.0.11"
4142
},

0 commit comments

Comments
 (0)