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

This commit is contained in:
Jonathan Bennett
2025-10-30 14:35:54 +11:00
committed by GitHub
co-authored by GitHub
parent c330bfe848
commit 0dfa11a909
+1
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()