Skip to content

Commit

Permalink
Update mesh.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
valzzu authored Dec 9, 2024
1 parent 00c9c99 commit 55a5c9c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -2066,4 +2074,4 @@ message ChunkedPayloadResponse {
*/
resend_chunks resend_chunks = 4;
}
}
}

0 comments on commit 55a5c9c

Please sign in to comment.