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