From 0c1f1153761191ef4f6e83efaa734b24ffc03368 Mon Sep 17 00:00:00 2001 From: Carlos Valdes Date: Sun, 12 Apr 2026 03:45:05 +0200 Subject: [PATCH] feat: add PICO2_W5500_E22 HardwareModel (ID 129) --- meshtastic/mesh.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index b2c6fa4..dc3b920 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -878,6 +878,9 @@ enum HardwareModel { /* Seeed studio T1000-E Pro tracker card. NRF52840 w/ LR2021 radio, GPS, button, buzzer, and sensors. */ TRACKER_T1000_E_PRO = 128; + /* Raspberry Pi Pico 2 (RP2350) with WIZnet W5500 Ethernet and EBYTE E22-900M30S SX1262 LoRa */ + PICO2_W5500_E22 = 129; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.