Add PKI indicator to printPacket

This commit is contained in:
Jonathan Bennett 2024-08-13 14:50:35 -05:00
parent 80fd121d87
commit ff89dca5b3

View File

@ -283,6 +283,9 @@ void printPacket(const char *prefix, const meshtastic_MeshPacket *p)
if (s.want_response)
out += DEBUG_PORT.mt_sprintf(" WANTRESP");
if (p->pki_encrypted)
out += DEBUG_PORT.mt_sprintf(" PKI");
if (s.source != 0)
out += DEBUG_PORT.mt_sprintf(" source=%08x", s.source);