You've already forked arduino-LoRa
mirror of
https://github.com/sandeepmistry/arduino-LoRa.git
synced 2025-06-12 19:41:53 +03:00
Rename packetRSSI to packetRSSI
This commit is contained in:
@ -154,7 +154,7 @@ int LoRaClass::parsePacket()
|
||||
return packetLength;
|
||||
}
|
||||
|
||||
int LoRaClass::packetRSSI()
|
||||
int LoRaClass::packetRssi()
|
||||
{
|
||||
return (readRegister(REG_PKT_RSSI_VALUE) - 164);
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ public:
|
||||
int endPacket();
|
||||
|
||||
int parsePacket();
|
||||
int packetRSSI();
|
||||
int packetRssi();
|
||||
|
||||
// from Print
|
||||
virtual size_t write(uint8_t byte);
|
||||
|
Reference in New Issue
Block a user