Update README.md

This commit is contained in:
tuxphone 2020-09-14 17:22:42 +02:00 committed by GitHub
parent b6ec8c86e3
commit ec9cd3d219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -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/ 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 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).