kopia lustrzana https://github.com/meshtastic/protobufs
Make admin_key repeated max count 1, for future expansion
rodzic
52cfa2c1c2
commit
17043d6f3a
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue