From b53cb38a09ec25d9dc101732ecf820f0d73bee07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 16:50:52 -0500 Subject: [PATCH] [create-pull-request] automated change (#2790) Co-authored-by: thebentern --- protobufs | 2 +- src/mesh/generated/meshtastic/mesh.pb.h | 5 ++--- src/mesh/generated/meshtastic/telemetry.pb.h | 6 +----- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/protobufs b/protobufs index 82ce9448a..e9feb6424 160000 --- a/protobufs +++ b/protobufs @@ -1 +1 @@ -Subproject commit 82ce9448a0d89899ba01786c05d8f73e6a5005b7 +Subproject commit e9feb6424aaa00915db33a25f4153ebc8c14735b diff --git a/src/mesh/generated/meshtastic/mesh.pb.h b/src/mesh/generated/meshtastic/mesh.pb.h index 887e4d11e..c32f55aab 100644 --- a/src/mesh/generated/meshtastic/mesh.pb.h +++ b/src/mesh/generated/meshtastic/mesh.pb.h @@ -299,9 +299,8 @@ typedef struct _meshtastic_Position { /* In meters above MSL (but see issue #359) */ int32_t altitude; /* This is usually not sent over the mesh (to save space), but it is sent - from the phone so that the local device can set its RTC If it is sent over - the mesh (because there are devices on the mesh without GPS), it will only - be sent by devices which has a hardware GPS clock. + from the phone so that the local device can set its time if it is sent over + the mesh (because there are devices on the mesh without GPS or RTC). seconds since 1970 */ uint32_t time; /* TODO: REPLACE */ diff --git a/src/mesh/generated/meshtastic/telemetry.pb.h b/src/mesh/generated/meshtastic/telemetry.pb.h index 4a9efc337..760286598 100644 --- a/src/mesh/generated/meshtastic/telemetry.pb.h +++ b/src/mesh/generated/meshtastic/telemetry.pb.h @@ -101,11 +101,7 @@ typedef struct _meshtastic_AirQualityMetrics { /* Types of Measurements the telemetry module is equipped to handle */ typedef struct _meshtastic_Telemetry { - /* This is usually not sent over the mesh (to save space), but it is sent - from the phone so that the local device can set its RTC If it is sent over - the mesh (because there are devices on the mesh without GPS), it will only - be sent by devices which has a hardware GPS clock (IE Mobile Phone). - seconds since 1970 */ + /* Seconds since 1970 - or 0 for unknown/unset */ uint32_t time; pb_size_t which_variant; union {