Merge pull request #633 from valzzu/master

added Mesh-Tab
This commit is contained in:
Ben Meadors 2024-12-14 05:10:45 -06:00 committed by GitHub
commit 59c4596f33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}
}