From d4c986ffd727472b6016142a8760c8eac6fdec47 Mon Sep 17 00:00:00 2001 From: tuxphone <67556506+tuxphone@users.noreply.github.com> Date: Tue, 22 Sep 2020 09:38:33 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 99e7615..921c4ee 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ The actual node can be one of the LoRa CubeCell nodes by Heltec Automation: http Notes: +Intended for use with the platform.io IDE. The platformio.ini for this project should contain "monitor_speed=115200" to use the built-in serial monitor. + +Will work with Arduino IDE - just rename main.cpp to a valid Arduino sketch name (e.g. "CubeCellRepeater.ino") and put all files to a directory with the same name ("CubeCellRepeater"), then import project. + Will repeat packets ONCE. To prevent flooding a short list of received packet IDs is checked against the ID of the current packet. Keep in mind that re-sending packets will cause the initial sender to assume that the packet is "received" or at least in the mesh. If no other meshtastic node is in range of either the node or the repeater, the message will still be shown as received.