mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Rename NONE_PKI to PKI_FAILED
This commit is contained in:
parent
f03121f440
commit
f007d1d719
1 changed files with 2 additions and 2 deletions
|
|
@ -771,9 +771,9 @@ message Routing {
|
|||
NOT_AUTHORIZED = 33;
|
||||
|
||||
/*
|
||||
* This message is not a failure, and indicates that the message was sent via PKI
|
||||
* The client specified a PKI transport, but the node was unable to send the packet using PKI (and did not send the message at all)
|
||||
*/
|
||||
NONE_PKI = 34;
|
||||
PKI_FAILED = 34;
|
||||
}
|
||||
|
||||
oneof variant {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue