From 0752ff63c9d0c3d6e1ac2589bcb910934b162e22 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Mon, 12 Aug 2024 18:11:07 -0500 Subject: [PATCH] Add NONE_PKI error message --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index f5799d1c..975ec682 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -753,6 +753,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 {