This commit is contained in:
Ben Meadors 2024-08-12 19:37:39 -05:00
parent 9bd293a941
commit 89911ccda5
2 changed files with 6 additions and 4 deletions

@ -1 +1 @@
Subproject commit 0c052b5d25fe8ed74c675178702f20a3fbc29afa
Subproject commit 3e753697aa1140d2c998cb63739729e733002874

View File

@ -293,7 +293,9 @@ typedef enum _meshtastic_Routing_Error {
meshtastic_Routing_Error_BAD_REQUEST = 32,
/* The application layer service on the remote node received your request, but considered your request not authorized
(i.e you did not send the request on the required bound channel) */
meshtastic_Routing_Error_NOT_AUTHORIZED = 33
meshtastic_Routing_Error_NOT_AUTHORIZED = 33,
/* This message is not a failure, and indicates that the message was sent via PKI */
meshtastic_Routing_Error_NONE_PKI = 34
} meshtastic_Routing_Error;
/* The priority of this message for sending.
@ -986,8 +988,8 @@ extern "C" {
#define _meshtastic_Position_AltSource_ARRAYSIZE ((meshtastic_Position_AltSource)(meshtastic_Position_AltSource_ALT_BAROMETRIC+1))
#define _meshtastic_Routing_Error_MIN meshtastic_Routing_Error_NONE
#define _meshtastic_Routing_Error_MAX meshtastic_Routing_Error_NOT_AUTHORIZED
#define _meshtastic_Routing_Error_ARRAYSIZE ((meshtastic_Routing_Error)(meshtastic_Routing_Error_NOT_AUTHORIZED+1))
#define _meshtastic_Routing_Error_MAX meshtastic_Routing_Error_NONE_PKI
#define _meshtastic_Routing_Error_ARRAYSIZE ((meshtastic_Routing_Error)(meshtastic_Routing_Error_NONE_PKI+1))
#define _meshtastic_MeshPacket_Priority_MIN meshtastic_MeshPacket_Priority_UNSET
#define _meshtastic_MeshPacket_Priority_MAX meshtastic_MeshPacket_Priority_MAX