From 574aeb5b496cec182a38da68f0c496aa3b0c4c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 4 Jun 2024 14:54:28 +0200 Subject: [PATCH] Update mesh.proto --- meshtastic/mesh.proto | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index f3406e4..3b79931 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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; } -} \ No newline at end of file +}