mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #351 from GUVWAF/hw_models
Add HW models for RPi Pico (W) and RAK11310
This commit is contained in:
commit
5d7ba308d1
1 changed files with 11 additions and 1 deletions
|
|
@ -310,6 +310,11 @@ enum HardwareModel {
|
|||
*/
|
||||
STATION_G1 = 25;
|
||||
|
||||
/*
|
||||
* RAK11310 (RP2040 + SX1262)
|
||||
*/
|
||||
RAK11310 = 26;
|
||||
|
||||
/*
|
||||
* ---------------------------------------------------------------------------
|
||||
* Less common/prototype boards listed here (needs one more byte over the air)
|
||||
|
|
@ -387,6 +392,11 @@ enum HardwareModel {
|
|||
*/
|
||||
BETAFPV_900_NANO_TX = 46;
|
||||
|
||||
/*
|
||||
* Raspberry Pi Pico (W) with Waveshare SX1262 LoRa Node Module
|
||||
*/
|
||||
RPI_PICO = 47;
|
||||
|
||||
/*
|
||||
* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
|
|
@ -1444,4 +1454,4 @@ message DeviceMetadata {
|
|||
* Has Remote Hardware enabled
|
||||
*/
|
||||
bool hasRemoteHardware = 10;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue