Skip to content

Commit 3e75369

Browse files
authored
Merge pull request #552 from meshtastic/jp-bennett-patch-3
Add NONE_PKI error message
2 parents 0c052b5 + 0752ff6 commit 3e75369

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meshtastic/mesh.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,11 @@ message Routing {
753753
* (i.e you did not send the request on the required bound channel)
754754
*/
755755
NOT_AUTHORIZED = 33;
756+
757+
/*
758+
* This message is not a failure, and indicates that the message was sent via PKI
759+
*/
760+
NONE_PKI = 34;
756761
}
757762

758763
oneof variant {

0 commit comments

Comments
 (0)