Skip to content

Commit

Permalink
Add role to User instead
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Nov 26, 2023
1 parent 4f3e5f8 commit 2966ac6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down

0 comments on commit 2966ac6

Please sign in to comment.