diff --git a/meshtastic/config.proto b/meshtastic/config.proto index bb6e627..67df8e3 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -55,6 +55,12 @@ message Config { * Position Mesh packets will be prioritized higher and sent more frequently by default. */ TRACKER = 5; + + /* + * Sensor device role + * Telemetry Mesh packets will be prioritized higher and sent more frequently by default. + */ + SENSOR = 6; } /*