Skip to content

Commit

Permalink
Adds the hasPKC bool to device metadata capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett authored Sep 17, 2024
1 parent 1e212f1 commit cc2f12b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1828,6 +1828,11 @@ message DeviceMetadata {
* Has Remote Hardware enabled
*/
bool hasRemoteHardware = 10;

/*
* Has PKC capabilities
*/
bool hasPKC = 11;
}

/*
Expand Down

0 comments on commit cc2f12b

Please sign in to comment.