1
0
mirror of https://github.com/sandeepmistry/arduino-LoRa.git synced 2025-09-04 14:42:10 +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

2
API.md
View File

@@ -94,7 +94,7 @@ Returns the packet size or `0` if no packet was received.
### Packet RSSI
```arduino
int rssi = LoRa.packetRSSI();
int rssi = LoRa.packetRssi();
```
Returns the RSSI of the received packet.