You've already forked arduino-LoRa
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:
@ -40,6 +40,7 @@ private:
|
||||
SPISettings _spiSettings;
|
||||
int _ss;
|
||||
int _reset;
|
||||
int _frequency;
|
||||
int _packetIndex;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user