From ec9cd3d2191db3e995f0444d1d88b6c12c78ca2b Mon Sep 17 00:00:00 2001 From: tuxphone <67556506+tuxphone@users.noreply.github.com> Date: Mon, 14 Sep 2020 17:22:42 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a98e5d..ea3e178 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ This is the code for a simple repeater node for the meshtastic project: https:// The actual node can be one of the LoRa CubeCell nodes by Heltec Automation: https://github.com/HelTecAutomation/ASR650x-Arduino/ -Note: +Notes: + +Will work only for the channel "Default" with setting "Very long range (but slow)"! +Modify radio settings for your own channels. -Will work only for the channel "Default" with setting "Very long range (but slow)"! Change settings for your own channels. Will work with any packet meeting the radio settings, but the serial output is based on the assumption that the node receives meshtastic packets. + +Will only send serial data, if "#define SILENT" is deleted, commented or set to another value (e.g. VERBOSE).