Add missed debug log line in RF95 Interface (#8490)

This commit is contained in:
Jonathan Bennett
2025-10-29 22:35:54 -05:00
committed by GitHub
parent c330bfe848
commit 0dfa11a909

View File

@@ -260,6 +260,7 @@ void RF95Interface::addReceiveMetadata(meshtastic_MeshPacket *mp)
{
mp->rx_snr = lora->getSNR();
mp->rx_rssi = lround(lora->getRSSI());
LOG_DEBUG("Corrected frequency offset: %f", lora->getFrequencyError());
}
void RF95Interface::setStandby()