From 81c4d4864361770a55320cb51c7a809fac637722 Mon Sep 17 00:00:00 2001 From: mverch67 Date: Thu, 5 Jun 2025 18:16:24 +0200 Subject: [PATCH] add T-Deck Pro and TLora Pager HW model IDs --- meshtastic/mesh.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 4472934..ea183b8 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -744,6 +744,16 @@ enum HardwareModel { */ QWANTZ_TINY_ARMS = 101; + /** + * Lilygo T-Deck Pro + */ + T_DECK_PRO = 102; + + /** + * Lilygo TLora Pager + */ + T_LORA_PAGER = 103; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.