[nRF24] Update markers for debug decoder

This commit is contained in:
jgromes 2020-12-05 12:04:26 +01:00
parent ea464ce10d
commit dc05904ae4

View file

@ -25,6 +25,7 @@ int16_t nRF24::begin(int16_t freq, int16_t dataRate, int8_t power, uint8_t addrW
_mod->term(RADIOLIB_USE_SPI);
return(ERR_CHIP_NOT_FOUND);
}
RADIOLIB_DEBUG_PRINTLN(F("M\tnRF24"));
// configure settings inaccessible by public API
int16_t state = config();