============================================================================= receiveBegin() - need to clear out our flag before calling base class. =============================================================================
| 162 | // receiveBegin() - need to clear out our flag before calling base class. |
| 163 | //============================================================================= |
| 164 | void RFM69_ATC::receiveBegin() { |
| 165 | ACK_RSSI_REQUESTED = 0; |
| 166 | RFM69::receiveBegin(); |
| 167 | } |
| 168 | |
| 169 | //============================================================================= |
| 170 | // enableAutoPower() - call with target RSSI, use 0 to disable (default), any other value with turn on autotransmit control. |
nothing calls this directly
no outgoing calls
no test coverage detected