[RFM9x] Update markers for debug decoder
This commit is contained in:
parent
ef50f9e1e8
commit
936eb262a1
2 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,8 @@ int16_t RFM95::begin(float freq, float bw, uint8_t sf, uint8_t cr, uint8_t syncW
|
||||||
// some other error
|
// some other error
|
||||||
return(state);
|
return(state);
|
||||||
}
|
}
|
||||||
|
RADIOLIB_DEBUG_PRINTLN(F("M\tSX1278"));
|
||||||
|
RADIOLIB_DEBUG_PRINTLN(F("M\tRFM95"));
|
||||||
|
|
||||||
// configure settings not accessible by API
|
// configure settings not accessible by API
|
||||||
state = config();
|
state = config();
|
||||||
|
|
|
@ -16,6 +16,8 @@ int16_t RFM96::begin(float freq, float bw, uint8_t sf, uint8_t cr, uint8_t syncW
|
||||||
// some other error
|
// some other error
|
||||||
return(state);
|
return(state);
|
||||||
}
|
}
|
||||||
|
RADIOLIB_DEBUG_PRINTLN(F("M\tSX1278"));
|
||||||
|
RADIOLIB_DEBUG_PRINTLN(F("M\tRFM96"));
|
||||||
|
|
||||||
// configure settings not accessible by API
|
// configure settings not accessible by API
|
||||||
state = config();
|
state = config();
|
||||||
|
|
Loading…
Add table
Reference in a new issue