You've already forked arduino-LoRa
mirror of
https://github.com/sandeepmistry/arduino-LoRa.git
synced 2025-11-01 09:51:02 +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