diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 6a487e73..4997a124 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -1828,6 +1828,11 @@ message DeviceMetadata { * Has Remote Hardware enabled */ bool hasRemoteHardware = 10; + + /* + * Has PKC capabilities + */ + bool hasPKC = 11; } /*