diff --git a/src/mesh/RadioInterface.cpp b/src/mesh/RadioInterface.cpp index d280377b4..509b51d51 100644 --- a/src/mesh/RadioInterface.cpp +++ b/src/mesh/RadioInterface.cpp @@ -218,6 +218,9 @@ void printPacket(const char *prefix, const MeshPacket *p) if (p->rx_snr != 0.0) { DEBUG_MSG(" rxSNR=%g", p->rx_snr); } + if (p->rx_rssi != 0) { + DEBUG_MSG(" rxSNR=%g", p->rx_rssi); + } if (p->priority != 0) DEBUG_MSG(" priority=%d", p->priority);