bool packet miss on SX126x::getRSSI
This commit is contained in:
parent
09ab5f8073
commit
50318a6c60
1 changed files with 1 additions and 1 deletions
|
@ -1221,7 +1221,7 @@ float SX126x::getDataRate() const {
|
|||
return(_dataRate);
|
||||
}
|
||||
|
||||
float SX126x::getRSSI() {
|
||||
float SX126x::getRSSI(bool packet) {
|
||||
|
||||
if (packet) {
|
||||
// get last packet RSSI from packet status
|
||||
|
|
Loading…
Add table
Reference in a new issue