============================================================================= getAckRSSI() - returns the RSSI value ack'd by the far end. =============================================================================
| 182 | // getAckRSSI() - returns the RSSI value ack'd by the far end. |
| 183 | //============================================================================= |
| 184 | int16_t RFM69_ATC::getAckRSSI(void){ // TomWS1: New method to retrieve the ack'd RSSI (if any) |
| 185 | return (_targetRSSI==0?0:_ackRSSI); |
| 186 | } |
nothing calls this directly
no outgoing calls
no test coverage detected