From 3cb2b01cf74f8eb226834980a1a7e15a8cdcd8c7 Mon Sep 17 00:00:00 2001 From: Jurriaan Pruis Date: Sun, 26 May 2024 11:44:41 +0200 Subject: [PATCH] Fix invalid protobuf The mesh.proto file was broken, was missing a semicolon. --- meshtastic/mesh.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 682b0f8..3139b9a 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -520,7 +520,7 @@ enum HardwareModel { */ CDEBYTE_EORA_S3 = 61; -/* + /* * TWC_MESH_V4 * Adafruit NRF52840 feather express with SX1262, SSD1306 OLED and NEO6M GPS */ @@ -536,7 +536,7 @@ enum HardwareModel { * RadioMaster 900 Bandit Nano, https://www.radiomasterrc.com/products/bandit-nano-expresslrs-rf-module * ESP32-D0WDQ6 With SX1276/SKY66122, SSD1306 OLED and No GPS */ - RADIOMASTER_900_BANDIT_NANO = 64 + RADIOMASTER_900_BANDIT_NANO = 64; /* * ------------------------------------------------------------------------------------------------------------------------------------------