From f5299ca5c730ab77f463f1f1ba7da4155a5fa3b3 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 9 Feb 2024 20:35:35 -0600 Subject: [PATCH] Waveshare RP2040 LoRa --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index e6e277f1..160bab8d 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -339,6 +339,11 @@ enum HardwareModel { */ CANARYONE = 29; + /* + * Waveshare RP2040 LoRa - https://www.waveshare.com/rp2040-lora.htm + */ + RP2040_LORA = 30; + /* * --------------------------------------------------------------------------- * Less common/prototype boards listed here (needs one more byte over the air)