You've already forked arduino-LoRa
mirror of
https://github.com/sandeepmistry/arduino-LoRa.git
synced 2025-06-14 07:02:25 +03:00
Rename packetRSSI to packetRSSI
This commit is contained in:
@ -27,6 +27,6 @@ void loop() {
|
||||
|
||||
// print RSSI of packet
|
||||
Serial.print("' with RSSI ");
|
||||
Serial.println(LoRa.packetRSSI());
|
||||
Serial.println(LoRa.packetRssi());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user