From 6bc6777cac500555c626a3c7fc6e9f92e0fc2813 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 5 Dec 2020 12:04:39 +0100 Subject: [PATCH] [CC1101] Update markers for debug decoder --- src/modules/CC1101/CC1101.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/CC1101/CC1101.cpp b/src/modules/CC1101/CC1101.cpp index b5499504..3892f0d5 100644 --- a/src/modules/CC1101/CC1101.cpp +++ b/src/modules/CC1101/CC1101.cpp @@ -41,7 +41,7 @@ int16_t CC1101::begin(float freq, float br, float freqDev, float rxBw, int8_t po _mod->term(RADIOLIB_USE_SPI); return(ERR_CHIP_NOT_FOUND); } else { - RADIOLIB_DEBUG_PRINTLN(F("Found CC1101! (match by CC1101_REG_VERSION == 0x14)")); + RADIOLIB_DEBUG_PRINTLN(F("M\tCC1101")); } // configure settings not accessible by API