From 2966ac6fad94f8ecffd21379b33200a4a7513a66 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 26 Nov 2023 14:10:31 -0600 Subject: [PATCH] Add role to User instead --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index e8eda53..6a73ee3 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -512,6 +512,11 @@ message User { * Also, "long_name" should be their licence number. */ bool is_licensed = 6; + + /* + * Indicates that the user's role in the mesh + */ + Config.DeviceConfig.Role role = 7; } /*