mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 09:43:03 +00:00
Add missed debug log line in RF95 Interface (#8490)
This commit is contained in:
@@ -260,6 +260,7 @@ void RF95Interface::addReceiveMetadata(meshtastic_MeshPacket *mp)
|
|||||||
{
|
{
|
||||||
mp->rx_snr = lora->getSNR();
|
mp->rx_snr = lora->getSNR();
|
||||||
mp->rx_rssi = lround(lora->getRSSI());
|
mp->rx_rssi = lround(lora->getRSSI());
|
||||||
|
LOG_DEBUG("Corrected frequency offset: %f", lora->getFrequencyError());
|
||||||
}
|
}
|
||||||
|
|
||||||
void RF95Interface::setStandby()
|
void RF95Interface::setStandby()
|
||||||
|
|||||||
Reference in New Issue
Block a user