From e8816f2c589c97022a27bda47902295c1821cde0 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 24 Feb 2023 10:33:53 -0600 Subject: [PATCH] Add sensor role --- meshtastic/config.proto | 6 ++++++ 1 file changed, 6 insertions(+) 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; } /*