mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
commit
59c4596f33
1 changed files with 9 additions and 1 deletions
|
|
@ -664,6 +664,14 @@ enum HardwareModel {
|
|||
*/
|
||||
ROUTASTIC = 85;
|
||||
|
||||
/*
|
||||
* Mesh-Tab, esp32 based
|
||||
* https://github.com/valzzu/Mesh-Tab
|
||||
*/
|
||||
MESH_TAB = 86;
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
|
|
@ -2066,4 +2074,4 @@ message ChunkedPayloadResponse {
|
|||
*/
|
||||
resend_chunks resend_chunks = 4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue