From 26c144b2ba07425f595a2d13cf8dd3bea0d6a456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gjels=C3=B8?= <36234524+gjelsoe@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:41:21 +0200 Subject: [PATCH] New Device, Radio Master Bandit Support for RadioMaster Bandit "Big Brother" --- meshtastic/mesh.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 708532b..7d07066 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -599,6 +599,12 @@ enum HardwareModel { */ WIO_E5 = 73; + /* + * RadioMaster 900 Bandit, https://www.radiomasterrc.com/products/bandit-expresslrs-rf-module + * SSD1306 OLED and No GPS + */ + RADIOMASTER_900_BANDIT = 74; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.