From 0fb0f9671d13b2fc4a4eb11c21b4a254d6b4ecc1 Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Sat, 30 Sep 2023 23:08:08 -0600 Subject: [PATCH] Forgot to set pipe_num in last commit --- src/nrf_to_nrf.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nrf_to_nrf.cpp b/src/nrf_to_nrf.cpp index d8da709..0252a6e 100644 --- a/src/nrf_to_nrf.cpp +++ b/src/nrf_to_nrf.cpp @@ -166,6 +166,7 @@ bool nrf_to_nrf::available(uint8_t* pipe_num) { if(payloadAvailable){ + *pipe_num = (uint8_t)NRF_RADIO->RXMATCH; return true; }