diff --git a/src/mesh/RF95Interface.cpp b/src/mesh/RF95Interface.cpp index 5a1cce32a..adaeead46 100644 --- a/src/mesh/RF95Interface.cpp +++ b/src/mesh/RF95Interface.cpp @@ -140,6 +140,8 @@ bool RF95Interface::reconfigure() void RF95Interface::addReceiveMetadata(MeshPacket *mp) { mp->rx_snr = lora->getSNR(); + mp->rx_rssi = lround(lora->getRSSI()); + } void RF95Interface::setStandby()