diff --git a/RF24.cpp b/RF24.cpp index f34e760..00469fc 100644 --- a/RF24.cpp +++ b/RF24.cpp @@ -281,6 +281,7 @@ void RF24::printDetails(void) print_byte_register(PSTR("EN_RXADDR"),EN_RXADDR); print_byte_register(PSTR("RF_CH"),RF_CH); print_byte_register(PSTR("RF_SETUP"),RF_SETUP); + print_byte_register(PSTR("DYNPD/FEATURE"),DYNPD,2); } /******************************************************************/