Skip to content

Commit 6bf611c

Browse files
committed
2023-04-09 Node-RED pin serial node - old-menu branch - PR 2 of 3
Pins `node-red-node-serialport` to version `0.15.0`. This seems to be the only version that works with current Node-RED (3.0.2). Test case showing version `0.15.0` working included with #681. Also includes links to related issues on other repositories which led to this solution. Signed-off-by: Phill Kelley <[email protected]>
1 parent fea7968 commit 6bf611c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.templates/nodered/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ node_selection=$(whiptail --title "Node-RED nodes" --checklist --separate-output
2121
"node-red-node-smooth" " " "OFF" \
2222
"node-red-node-darksky" " " "OFF" \
2323
"node-red-node-sqlite" " " "OFF" \
24-
"node-red-node-serialport" " " "OFF" \
24+
"node-red-node-serialport@0.15.0" " " "OFF" \
2525
"node-red-contrib-config" " " "OFF" \
2626
"node-red-contrib-grove" " " "OFF" \
2727
"node-red-contrib-diode" " " "OFF" \

0 commit comments

Comments
 (0)