Skip to content

Commit a3fbdf9

Browse files
committed
correcting fieldbus nodes buffer problem
1 parent dabdeef commit a3fbdf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
1414
RUN [ "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
2020
LABEL 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 \

0 commit comments

Comments
 (0)