mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 02:02:23 +00:00
Add PKI indicator to printPacket
This commit is contained in:
@@ -283,6 +283,9 @@ void printPacket(const char *prefix, const meshtastic_MeshPacket *p)
|
|||||||
if (s.want_response)
|
if (s.want_response)
|
||||||
out += DEBUG_PORT.mt_sprintf(" WANTRESP");
|
out += DEBUG_PORT.mt_sprintf(" WANTRESP");
|
||||||
|
|
||||||
|
if (p->pki_encrypted)
|
||||||
|
out += DEBUG_PORT.mt_sprintf(" PKI");
|
||||||
|
|
||||||
if (s.source != 0)
|
if (s.source != 0)
|
||||||
out += DEBUG_PORT.mt_sprintf(" source=%08x", s.source);
|
out += DEBUG_PORT.mt_sprintf(" source=%08x", s.source);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user