mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Make admin_key repeated max count 1, for future expansion
This commit is contained in:
parent
52cfa2c1c2
commit
17043d6f3a
2 changed files with 2 additions and 1 deletions
|
|
@ -19,3 +19,4 @@
|
|||
*SecurityConfig.public_key max_size:32
|
||||
*SecurityConfig.private_key max_size:32
|
||||
*SecurityConfig.admin_key max_size:32
|
||||
*SecurityConfig.admin_key max_count:1
|
||||
|
|
|
|||
|
|
@ -1026,7 +1026,7 @@ message Config {
|
|||
/*
|
||||
* The public key authorized to send admin messages to this node.
|
||||
*/
|
||||
bytes admin_key = 3;
|
||||
repeated bytes admin_key = 3;
|
||||
|
||||
/*
|
||||
* If true, device is considered to be "managed" by a mesh administrator via admin messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue