From 916f3cac41809a590d466795b9658644fb36905d Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 13 Nov 2022 14:40:18 -0600 Subject: [PATCH] Sync protos --- protobufs | 2 +- src/mesh/generated/mesh.pb.h | 4 ++++ src/mesh/generated/telemetry.pb.h | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/protobufs b/protobufs index f7d11572..da9bba9c 160000 --- a/protobufs +++ b/protobufs @@ -1 +1 @@ -Subproject commit f7d11572b436d1078222ba27892ac73b7a9842ba +Subproject commit da9bba9c5dd43a98d431cb7a95159b145f0483c4 diff --git a/src/mesh/generated/mesh.pb.h b/src/mesh/generated/mesh.pb.h index 8e73a097..8d96960d 100644 --- a/src/mesh/generated/mesh.pb.h +++ b/src/mesh/generated/mesh.pb.h @@ -78,6 +78,10 @@ typedef enum _HardwareModel { HardwareModel_DR_DEV = 41, /* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, Paper) https://m5stack.com/ */ HardwareModel_M5STACK = 42, + /* New Heltec LoRA32 with ESP32-S3 CPU */ + HardwareModel_HELTEC_V3 = 43, + /* New Heltec Wireless Stick Lite with ESP32-S3 CPU */ + HardwareModel_HELTEC_WSL_V3 = 44, /* Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits. */ HardwareModel_PRIVATE_HW = 255 } HardwareModel; diff --git a/src/mesh/generated/telemetry.pb.h b/src/mesh/generated/telemetry.pb.h index 16e69f44..8c5c68bf 100644 --- a/src/mesh/generated/telemetry.pb.h +++ b/src/mesh/generated/telemetry.pb.h @@ -69,10 +69,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;