protobuf update

This commit is contained in:
Thomas Göttgens 2022-12-28 15:37:17 +01:00
parent 94cb100e3f
commit 3b19040590
2 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 05209dee1b8fe4376c221eabd29fc165273edd43
Subproject commit 79e213fbcc6f432923ab131bfa7b8630eb93270e

View File

@ -71,10 +71,10 @@ typedef struct _EnvironmentMetrics {
/* Types of Measurements the telemetry module is equipped to handle */
typedef struct _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).
/* 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 */
uint32_t time;
pb_size_t which_variant;