1
0
mirror of https://github.com/sandeepmistry/arduino-LoRa.git synced 2025-08-18 00:21:05 +03:00

Rename packetRSSI to packetRSSI

This commit is contained in:
Sandeep Mistry
2016-08-21 14:35:33 -04:00
parent ecbb114c42
commit 1e8f3835a1
5 changed files with 5 additions and 5 deletions

View File

@@ -154,7 +154,7 @@ int LoRaClass::parsePacket()
return packetLength;
}
int LoRaClass::packetRSSI()
int LoRaClass::packetRssi()
{
return (readRegister(REG_PKT_RSSI_VALUE) - 164);
}