From 9dbb2ae4efef6bc0bb763b264385df2a5c01ffac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sat, 21 Sep 2024 14:54:52 +0200 Subject: [PATCH] Pico2 --- meshtastic/mesh.proto | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index f49084d2..512df17f 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -624,10 +624,15 @@ enum HardwareModel { * ^^^ short A0 to switch to I2C address 0x3C * */ -RP2040_FEATHER_RFM95 = 76; + RP2040_FEATHER_RFM95 = 76; + /* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, Paper) https://m5stack.com/ */ M5STACK_COREBASIC=77; M5STACK_CORE2=78; + + /* Pico2 with Waveshare Hat, same as Pico */ + RPI_PICO2=79; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.