[RFM9x] Update markers for debug decoder

pull/239/head
jgromes 2020-12-05 12:04:57 +01:00
rodzic ef50f9e1e8
commit 936eb262a1
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -16,6 +16,8 @@ int16_t RFM95::begin(float freq, float bw, uint8_t sf, uint8_t cr, uint8_t syncW
// some other error
return(state);
}
RADIOLIB_DEBUG_PRINTLN(F("M\tSX1278"));
RADIOLIB_DEBUG_PRINTLN(F("M\tRFM95"));
// configure settings not accessible by API
state = config();

Wyświetl plik

@ -16,6 +16,8 @@ int16_t RFM96::begin(float freq, float bw, uint8_t sf, uint8_t cr, uint8_t syncW
// some other error
return(state);
}
RADIOLIB_DEBUG_PRINTLN(F("M\tSX1278"));
RADIOLIB_DEBUG_PRINTLN(F("M\tRFM96"));
// configure settings not accessible by API
state = config();