From 552e6364627f99f658fec2642cb4e0c4add1b3a2 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 3 Apr 2024 06:48:23 -0500 Subject: [PATCH] Added TD-LORAC module --- meshtastic/mesh.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index d59c8b2..ade29d8 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -504,6 +504,12 @@ enum HardwareModel { */ UNPHONE = 59; + /* + * Teledatics TD-LORAC NRF52840 based M.2 LoRA module + * Compatible with the TD-WRLS development board + */ + TD_LORAC = 60; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.