Merge pull request #581 from meshtastic/PKC-Capabilities

This commit is contained in:
Ben Meadors 2024-09-17 17:41:10 -05:00 committed by GitHub
commit 164e598734
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1828,6 +1828,11 @@ message DeviceMetadata {
* Has Remote Hardware enabled
*/
bool hasRemoteHardware = 10;
/*
* Has PKC capabilities
*/
bool hasPKC = 11;
}
/*