| 175 | } |
| 176 | |
| 177 | int16_t RFM69_ATC::getTargetRssi() { |
| 178 | return _targetRSSI; |
| 179 | } |
| 180 | |
| 181 | //============================================================================= |
| 182 | // getAckRSSI() - returns the RSSI value ack'd by the far end. |
nothing calls this directly
no outgoing calls
no test coverage detected