From cc2f12bc7a3c2c5ba2940651affe16a09aaecd78 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Tue, 17 Sep 2024 17:30:02 -0500 Subject: [PATCH] Adds the hasPKC bool to device metadata capabilities --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 6a487e7..4997a12 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; } /*