From ef50f9e1e81d2a5ae75c87570dddf67b760da1b3 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 5 Dec 2020 12:04:47 +0100 Subject: [PATCH] [RF69] Update markers for debug decoder --- src/modules/RF69/RF69.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/RF69/RF69.cpp b/src/modules/RF69/RF69.cpp index 8ddf23b1..c5350fc8 100644 --- a/src/modules/RF69/RF69.cpp +++ b/src/modules/RF69/RF69.cpp @@ -43,7 +43,7 @@ int16_t RF69::begin(float freq, float br, float freqDev, float rxBw, int8_t powe _mod->term(RADIOLIB_USE_SPI); return(ERR_CHIP_NOT_FOUND); } else { - RADIOLIB_DEBUG_PRINTLN(F("Found RF69! (match by RF69_REG_VERSION == 0x24)")); + RADIOLIB_DEBUG_PRINTLN(F("M\tRF69")); } // configure settings not accessible by API