Add dynpd/feature to printDetails
This commit is contained in:
parent
81f85bd521
commit
04e72775bb
1
RF24.cpp
1
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);
|
||||
}
|
||||
|
||||
/******************************************************************/
|
||||
|
|
Loading…
Reference in New Issue