Merge pull request #296 from rcarteraz/patch-1

pull/297/head
Ben Meadors 2023-01-29 13:09:22 -06:00 zatwierdzone przez GitHub
commit b8ca9529e3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -46,14 +46,14 @@ message Config {
/*
* Repeater device role
* Mesh packets will simply be rebroadcasted over this node. Nodes under this role node will not originate NodeInfo, Position, Telemetry
* or any other packet type. They will simply rebroadcast any mesh packets on the same frequency, channel num, spread factory, and coding rate.
* Mesh packets will simply be rebroadcasted over this node. Nodes configured with this role will not originate NodeInfo, Position, Telemetry
* or any other packet type. They will simply rebroadcast any mesh packets on the same frequency, channel num, spread factor, and coding rate.
*/
REPEATER = 4;
/*
* Tracker device role
* Position Mesh packets for will be higher priority and sent more frequently by default.
* Position Mesh packets will be prioritized higher and sent more frequently by default.
*/
TRACKER = 5;
}