From 151321ac3c3993d2e57ebab33cf616346899adc0 Mon Sep 17 00:00:00 2001 From: caveman99 Date: Wed, 3 Aug 2022 08:09:05 +0000 Subject: [PATCH] [create-pull-request] automated change --- protobufs | 2 +- src/mesh/generated/mesh.pb.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/protobufs b/protobufs index 11d94c9b..59293c21 160000 --- a/protobufs +++ b/protobufs @@ -1 +1 @@ -Subproject commit 11d94c9b15e9085b0f2516735ad816a3a35d5680 +Subproject commit 59293c211a7db32e76a0815f6dac43899eba16dd diff --git a/src/mesh/generated/mesh.pb.h b/src/mesh/generated/mesh.pb.h index 37710ebc..718fc52e 100644 --- a/src/mesh/generated/mesh.pb.h +++ b/src/mesh/generated/mesh.pb.h @@ -71,6 +71,8 @@ typedef enum _HardwareModel { HardwareModel_DR_DEV = 43, /* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, Paper) https://m5stack.com/ */ HardwareModel_M5STACK = 44, + /* B&Q Consulting Station Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:station */ + HardwareModel_STATION_G1 = 45, /* 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. */ HardwareModel_PRIVATE_HW = 255 } HardwareModel;