Skip to content

Commit

Permalink
Merge pull request #633 from valzzu/master
Browse files Browse the repository at this point in the history
added Mesh-Tab
  • Loading branch information
thebentern authored Dec 14, 2024
2 parents 00c9c99 + d2cedee commit 59c4596
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 59c4596

Please sign in to comment.