mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add new board type
This commit is contained in:
parent
ff66c54949
commit
6e05f72a1a
2 changed files with 2 additions and 0 deletions
|
|
@ -772,6 +772,7 @@ To match the old style filenames, _ is converted to -, p is converted to .
|
|||
| TBEAM0p7 | 6 | |
|
||||
| T_ECHO | 7 | |
|
||||
| TLORA_V1_1p3 | 8 | |
|
||||
| RAK4631 | 9 | |
|
||||
| LORA_RELAY_V1 | 32 | Less common/prototype boards listed here (needs one more byte over the air) |
|
||||
| NRF52840DK | 33 | |
|
||||
| PPR | 34 | |
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ message Position {
|
|||
TBEAM0p7 = 6;
|
||||
T_ECHO = 7;
|
||||
TLORA_V1_1p3 = 8;
|
||||
RAK4631 = 9;
|
||||
|
||||
// Less common/prototype boards listed here (needs one more byte over the air)
|
||||
LORA_RELAY_V1 = 32;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue