This commit is contained in:
tuxphone 2024-06-02 20:43:05 +02:00
commit 005e70896e
1 changed files with 6 additions and 3 deletions

View File

@ -23,13 +23,16 @@ If no other meshtastic node is in range of either the node or the repeater, the
Will work with most packets meeting the radio settings, but the serial output is based on the assumption that the node receives meshtastic packets. Will work with most packets meeting the radio settings, but the serial output is based on the assumption that the node receives meshtastic packets.
Minimum size for none-Meshtastic packets is 16 bytes. Minimum size for none-Meshtastic packets is 16 bytes.
"#define SILENT" in main.h to stop serial output.
The node can decode meshtastic packets meeting some requirements: The node can decode meshtastic packets meeting some requirements:
- they key is the default meshtastic key or provided by you (see main.h) - they key is the default meshtastic key or provided by you (see main.h)
- the packets are sent over channel 0, primary channel. This should already be true for all telemetry, node info, traces and DM. - the packets are sent over channel 0, primary channel. This should already be true for all telemetry, node info, traces and DM.
##Modifying radio settings: edit the main.h ## main.h
"#define SILENT" in main.h to stop serial output.
"#define CC_MONITOR_ONLY true" to stop repeating packets and just monitor the traffic via serial output.
You can modify the radio settings in main.h (e.g using a preset, but selecting an alternate frequency slot. Or using your own freq/sf/cr settings).
List of meshtastic-supported regions: List of meshtastic-supported regions: