From 28136b4757b62d412c45522d9f6ba8c40363986e Mon Sep 17 00:00:00 2001 From: "A. Rager" Date: Fri, 10 Feb 2023 19:16:33 -0800 Subject: [PATCH] Add Hardware Type: BetaFPV 900 Nano TX (#307) Fairly simple, this just adds a new type to the hardware types in mesh.proto for the [BetaFPV Nano 900 TX](https://betafpv.com/products/elrs-nano-tx-module) --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 6b0337f..d4bcd6b 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -378,6 +378,11 @@ enum HardwareModel { */ BETAFPV_2400_TX = 45; + /* + * BetaFPV ExpressLRS "Nano" TX Module 900MHz with ESP32 CPU + */ + BETAFPV_900_NANO_TX = 46; + /* * 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. */