Skip to content

Commit 3ff5aaf

Browse files
committed
2023-04-09 Node-RED pin serial node - master branch - PR 1 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. Fixes #681. Signed-off-by: Phill Kelley <[email protected]>
1 parent 96f4297 commit 3ff5aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.templates/nodered/addons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ addons:
2323
- "node-red-node-smooth"
2424
- "node-red-node-darksky"
2525
- "node-red-node-sqlite"
26-
- "node-red-node-serialport"
26+
- "node-red-node-serialport@0.15.0"
2727
- "node-red-contrib-config"
2828
- "node-red-contrib-grove"
2929
- "node-red-contrib-diode"

0 commit comments

Comments
 (0)