LoRa debug: show band and sf for better debugging

pull/72/head
Sascha 2 years ago
parent a8339f1136
commit c0e28b0403

@ -673,6 +673,8 @@ void begin_lora() {
}
LoRa.setSpreadingFactor(FDRS_SF);
DBG(" LoRa initialized.");
DBG("LoRa Band: " + String(FDRS_BAND));
DBG("LoRa SF : " + String(FDRS_SF));
#endif //USE_LORA
}
void begin_SD() {

Loading…
Cancel
Save