From c38692bd11b41e369e79510f7ddd07fc8ef0f91e Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 19 Nov 2024 12:50:44 -0600 Subject: [PATCH] Add wismesh tap --- meshtastic/mesh.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 181f27e..24b8474 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -650,6 +650,12 @@ enum HardwareModel { */ TLORA_C6 = 83; + /* + * WisMesh Tap + * RAK-4631 w/ TFT in injection modled case + */ + WISMESH_TAP = 84; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.