diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 31314cd..2419750 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -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; }