From 6ebec8fcd9aac91ee7efd240cb5cbe7b9321b1d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 20:40:04 -0500 Subject: [PATCH] [create-pull-request] automated change (#2849) Co-authored-by: thebentern --- protobufs | 2 +- src/mesh/generated/meshtastic/config.pb.h | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/protobufs b/protobufs index fb28d5935..0fb2f8471 160000 --- a/protobufs +++ b/protobufs @@ -1 +1 @@ -Subproject commit fb28d593526467977cf353959a66e11373928282 +Subproject commit 0fb2f847141006c36d7e9d5118766f3a5da4225a diff --git a/src/mesh/generated/meshtastic/config.pb.h b/src/mesh/generated/meshtastic/config.pb.h index 4b8bef8a1..2a811140f 100644 --- a/src/mesh/generated/meshtastic/config.pb.h +++ b/src/mesh/generated/meshtastic/config.pb.h @@ -30,10 +30,14 @@ typedef enum _meshtastic_Config_DeviceConfig_Role { or any other packet type. They will simply rebroadcast any mesh packets on the same frequency, channel num, spread factor, and coding rate. */ meshtastic_Config_DeviceConfig_Role_REPEATER = 4, /* Tracker device role - Position Mesh packets will be prioritized higher and sent more frequently by default. */ + Position Mesh packets will be prioritized higher and sent more frequently by default. + When used in conjunction with power.is_power_saving = true, nodes will wake up, + send position, and then sleep for position.position_broadcast_secs seconds. */ meshtastic_Config_DeviceConfig_Role_TRACKER = 5, /* Sensor device role - Telemetry Mesh packets will be prioritized higher and sent more frequently by default. */ + Telemetry Mesh packets will be prioritized higher and sent more frequently by default. + When used in conjunction with power.is_power_saving = true, nodes will wake up, + send environment telemetry, and then sleep for telemetry.environment_update_interval seconds. */ meshtastic_Config_DeviceConfig_Role_SENSOR = 6 } meshtastic_Config_DeviceConfig_Role;