From d0f845ccaa5a45cff0432947bf65ac0089691b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 10 May 2022 10:15:02 +0200 Subject: [PATCH] Add a major identifier for m5stack hardware. Can be used for development and definitions on all variants (Stack, Stick, Core, Core2, Epaper, Stamps) --- mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mesh.proto b/mesh.proto index c7b130d..58561b6 100644 --- a/mesh.proto +++ b/mesh.proto @@ -348,6 +348,11 @@ enum 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/ + */ + M5STACK = 44; + /* * 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. */