mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Update mesh.proto
This commit is contained in:
parent
5d0a75e6ec
commit
574aeb5b49
1 changed files with 6 additions and 1 deletions
|
|
@ -324,6 +324,11 @@ enum HardwareModel {
|
|||
*/
|
||||
WIPHONE = 20;
|
||||
|
||||
/*
|
||||
* WIO Tracker WM1110 family from Seeed Studio. Includes wio-1110-tracker and wio-1110-sdk
|
||||
*/
|
||||
WIO_WM1110 = 21;
|
||||
|
||||
/*
|
||||
* B&Q Consulting Station Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:station
|
||||
*/
|
||||
|
|
@ -1680,4 +1685,4 @@ message ChunkedPayloadResponse {
|
|||
*/
|
||||
repeated uint32 resend_chunks = 4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue