Skip to content

Commit f6c3ff0

Browse files
authored
Merge pull request #11 from meshtastic/create-pull-request/patch
Changes by create-pull-request action
2 parents b00c7c1 + cc4eb5c commit f6c3ff0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/meshtastic/config.pb.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ typedef enum _meshtastic_Config_DeviceConfig_Role {
3030
or any other packet type. They will simply rebroadcast any mesh packets on the same frequency, channel num, spread factor, and coding rate. */
3131
meshtastic_Config_DeviceConfig_Role_REPEATER = 4,
3232
/* Tracker device role
33-
Position Mesh packets will be prioritized higher and sent more frequently by default. */
33+
Position Mesh packets will be prioritized higher and sent more frequently by default.
34+
When used in conjunction with power.is_power_saving = true, nodes will wake up,
35+
send position, and then sleep for position.position_broadcast_secs seconds. */
3436
meshtastic_Config_DeviceConfig_Role_TRACKER = 5,
3537
/* Sensor device role
36-
Telemetry Mesh packets will be prioritized higher and sent more frequently by default. */
38+
Telemetry Mesh packets will be prioritized higher and sent more frequently by default.
39+
When used in conjunction with power.is_power_saving = true, nodes will wake up,
40+
send environment telemetry, and then sleep for telemetry.environment_update_interval seconds. */
3741
meshtastic_Config_DeviceConfig_Role_SENSOR = 6
3842
} meshtastic_Config_DeviceConfig_Role;
3943

0 commit comments

Comments
 (0)