Update config.proto

Fixed some wording so it's easier to understand.
This commit is contained in:
rcarteraz 2023-01-29 11:59:23 -07:00 committed by GitHub
parent 22ffb71c35
commit c36fe663c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}