Merge pull request #1261 from mc-hamster/router

Add rssi meta data to the rf95 interface
raytac-diy
Jm Casler 2022-02-28 17:09:00 -08:00 zatwierdzone przez GitHub
commit a0395c1027
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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()