From 018f4c8db092bd1b98c7343e154a69423938df56 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 12 Sep 2023 13:42:57 -0500 Subject: [PATCH] Updating time comments --- meshtastic/mesh.proto | 7 +++---- meshtastic/telemetry.proto | 8 ++------ 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index bf7534d..aff0e4f 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -37,9 +37,8 @@ message Position { /* * 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 */ fixed32 time = 4; @@ -1477,4 +1476,4 @@ message DeviceMetadata { * Has Remote Hardware enabled */ bool hasRemoteHardware = 10; -} +} \ No newline at end of file diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 0ee910b..041acc5 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -138,11 +138,7 @@ message AirQualityMetrics { */ message 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 */ fixed32 time = 1; @@ -237,4 +233,4 @@ enum TelemetrySensorType { * PM2.5 air quality sensor */ PMSA003I = 13; -} +} \ No newline at end of file