1
0
mirror of https://github.com/sandeepmistry/arduino-LoRa.git synced 2025-07-10 22:00:57 +03:00

Correct formula for packet RSSI, should be based on frequency

This commit is contained in:
Sandeep Mistry
2016-09-25 08:34:59 -04:00
parent 144786b3b7
commit 7f75498dfc
2 changed files with 5 additions and 1 deletions

View File

@ -40,6 +40,7 @@ private:
SPISettings _spiSettings;
int _ss;
int _reset;
int _frequency;
int _packetIndex;
};