diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index de07aea..bb4fab3 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -769,6 +769,11 @@ message Routing { * (i.e you did not send the request on the required bound channel) */ NOT_AUTHORIZED = 33; + + /* + * This message is not a failure, and indicates that the message was sent via PKI + */ + NONE_PKI = 34; } oneof variant {