From 5241583565ccbbb4986180bf4c6eb7f8a0dec285 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 25 Feb 2024 03:58:08 +0800 Subject: [PATCH] 'station_g2' --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 4863826..6a97fc3 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -349,6 +349,11 @@ enum HardwareModel { */ RP2040_LORA = 30; + /* + * B&Q Consulting Station G2: https://wiki.uniteng.com/en/meshtastic/station-g2 + */ + STATION_G2 = 31; + /* * --------------------------------------------------------------------------- * Less common/prototype boards listed here (needs one more byte over the air)