mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
feat: add PICO2_W5500_E22 HardwareModel (ID 129)
This commit is contained in:
parent
a4c649bd3e
commit
0c1f115376
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue