From 8cb1cfac9ae710abd9a2666155b929f8585de7bf Mon Sep 17 00:00:00 2001 From: Jason Murray <15822260+scruplelesswizard@users.noreply.github.com> Date: Sat, 2 Dec 2023 09:18:33 -0800 Subject: [PATCH] Add module dependencies to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index aa67b06..c35fedb 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ Node-RED Configuration for Meshtastic Packets - Writing Packet, Device, Environment and Position measurements to InfluxDB - Debug nodes for all outputs +## Dependencies +The following Node-RED modules need to be added to the palette before importing the workflow: +- [@meshtastic/node-red-contrib-meshtastic](https://flows.nodered.org/node/@meshtastic/node-red-contrib-meshtastic) +- [node-red-contrib-influxdb](https://flows.nodered.org/node/node-red-contrib-influxdb) + ## Flow Preview ![meshtastic-flow](./meshtastic-flow.png)