From dc05904ae4941e6ee2ba284c52f06fdbf5ab1d50 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 5 Dec 2020 12:04:26 +0100 Subject: [PATCH] [nRF24] Update markers for debug decoder --- src/modules/nRF24/nRF24.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/nRF24/nRF24.cpp b/src/modules/nRF24/nRF24.cpp index e0c4c57d..5ab8b19f 100644 --- a/src/modules/nRF24/nRF24.cpp +++ b/src/modules/nRF24/nRF24.cpp @@ -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();