From 22a5d39fb6ce66a7d8f35f3d501cd14318808873 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sat, 19 Feb 2022 22:54:05 -0800 Subject: [PATCH] Add GroupInfo --- mesh.proto | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mesh.proto b/mesh.proto index acf1c56..33c17e8 100644 --- a/mesh.proto +++ b/mesh.proto @@ -887,6 +887,14 @@ enum CriticalErrorCode { RadioSpiBug = 11; } +/* + * GroupInfo for group chats like #FoodFreaks and #CoolPeopleOnly + */ +message GroupInfo { + repeated string group = 1 [(nanopb).max_length = 16, (nanopb).max_count = 10]; +} + + /* * Unique local debugging info for this node * Note: we don't include position or the user info, because that will come in the