Add role to User instead

This commit is contained in:
Ben Meadors 2023-11-26 14:10:31 -06:00
parent 4f3e5f8b81
commit 2966ac6fad

View file

@ -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;
}
/*