From 54000b454ee7904f4a08d70f8b5f23a8e191238f Mon Sep 17 00:00:00 2001 From: Mark Trevor Birss Date: Sat, 7 Jan 2023 13:46:08 +0200 Subject: [PATCH] Add BETAFPV ELRS Micro TX Module 2.4G with ESP32 CPU https://betafpv.com/products/elrs-micro-tx-module --- mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mesh.proto b/mesh.proto index 735058d..5c932bc 100644 --- a/mesh.proto +++ b/mesh.proto @@ -371,6 +371,11 @@ enum HardwareModel { */ HELTEC_WSL_V3 = 44; + /* + * New BETAFPV ELRS Micro TX Module 2.4G with ESP32 CPU + */ + BETAFPV_2400_TX = 45; + /* * 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. */