mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-10 07:10:42 +00:00
LoRa debug: show band and sf for better debugging
This commit is contained in:
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…
Reference in New Issue
Block a user