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)