File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
1414RUN [ "cross-build-start" ]
1515
1616# version
17- ENV HILSCHERNETPI_NODERED_FB_VERSION 1.2.1
17+ ENV HILSCHERNETPI_NODERED_FB_VERSION 1.2.2
1818
1919# labeling
2020LABEL maintainer="netpi@hilscher.com" \
@@ -36,6 +36,7 @@ RUN npm install -g --unsafe-perm node-red@1.1.3 \
3636# install netx driver
3737 && dpkg -i /tmp/netx-docker-pi-drv-2.0.1-r0.deb \
3838 && ln -s /usr/lib/libcifx.so /usr/lib/libcifx.so.1 \
39+ && sed -i -e 's;ChunkSize=0;ChunkSize=250;' /opt/cifx/plugins/netx-spm/config0 \
3940# compile program checking whether we are running on netPI RTE 3 or on Pi with NHAT 52-RTE
4041 && cp /tmp/*.h /usr/include/cifx \
4142 && mv /tmp/checkdevicetype.c /opt/cifx \
You can’t perform that action at this time.
0 commit comments