From 7c7621a39b7eff216c87da5a7b0beeea1462a60f Mon Sep 17 00:00:00 2001 From: csrutil Date: Sun, 8 Jun 2025 16:29:12 +0800 Subject: [PATCH] add protobufs for GAT562 Mesh Trial Tracker --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index ea183b8..03162d8 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -754,6 +754,11 @@ enum HardwareModel { */ T_LORA_PAGER = 103; + /** + * GAT562 Mesh Trial Tracker + */ + GAT562_MESH_TRIAL_TRACKER = 104; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.