From 47da3b695a955999122f11af535117d7fe5e0c6b Mon Sep 17 00:00:00 2001 From: Neil Hao Date: Wed, 3 Aug 2022 16:13:21 +0800 Subject: [PATCH] Update mesh.pb.h --- src/mesh/generated/mesh.pb.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesh/generated/mesh.pb.h b/src/mesh/generated/mesh.pb.h index 8c05cb319..80048680c 100644 --- a/src/mesh/generated/mesh.pb.h +++ b/src/mesh/generated/mesh.pb.h @@ -71,8 +71,6 @@ 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;