mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
[create-pull-request] automated change (#2790)
Co-authored-by: thebentern <thebentern@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b02dd0e964
commit
b53cb38a09
Submodule protobufs updated: 82ce9448a0...e9feb6424a
@@ -299,9 +299,8 @@ typedef struct _meshtastic_Position {
|
|||||||
/* In meters above MSL (but see issue #359) */
|
/* In meters above MSL (but see issue #359) */
|
||||||
int32_t altitude;
|
int32_t altitude;
|
||||||
/* This is usually not sent over the mesh (to save space), but it is sent
|
/* 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
|
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), it will only
|
the mesh (because there are devices on the mesh without GPS or RTC).
|
||||||
be sent by devices which has a hardware GPS clock.
|
|
||||||
seconds since 1970 */
|
seconds since 1970 */
|
||||||
uint32_t time;
|
uint32_t time;
|
||||||
/* TODO: REPLACE */
|
/* TODO: REPLACE */
|
||||||
|
|||||||
@@ -101,11 +101,7 @@ typedef struct _meshtastic_AirQualityMetrics {
|
|||||||
|
|
||||||
/* Types of Measurements the telemetry module is equipped to handle */
|
/* Types of Measurements the telemetry module is equipped to handle */
|
||||||
typedef struct _meshtastic_Telemetry {
|
typedef struct _meshtastic_Telemetry {
|
||||||
/* This is usually not sent over the mesh (to save space), but it is sent
|
/* Seconds since 1970 - or 0 for unknown/unset */
|
||||||
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;
|
uint32_t time;
|
||||||
pb_size_t which_variant;
|
pb_size_t which_variant;
|
||||||
union {
|
union {
|
||||||
|
|||||||
Reference in New Issue
Block a user