LoRa debug: show band and sf for better debugging

This commit is contained in:
Sascha 2022-07-20 21:56:19 +02:00
parent a8339f1136
commit c0e28b0403

View File

@ -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() {