mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Adds the hasPKC bool to device metadata capabilities
This commit is contained in:
parent
1e212f1135
commit
cc2f12bc7a
1 changed files with 5 additions and 0 deletions
|
|
@ -1828,6 +1828,11 @@ message DeviceMetadata {
|
|||
* Has Remote Hardware enabled
|
||||
*/
|
||||
bool hasRemoteHardware = 10;
|
||||
|
||||
/*
|
||||
* Has PKC capabilities
|
||||
*/
|
||||
bool hasPKC = 11;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue