mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-08-07 22:12:14 -04:00
Fixed RSSI indication
This commit is contained in:
parent
03e655b3ff
commit
beb17d0922
5 changed files with 22 additions and 8 deletions
1
LoRa.h
1
LoRa.h
|
@ -26,6 +26,7 @@ public:
|
|||
|
||||
int parsePacket(int size = 0);
|
||||
int packetRssi();
|
||||
uint8_t packetRssiRaw();
|
||||
float packetSnr();
|
||||
long packetFrequencyError();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue