mirror of
https://github.com/lora-aprs/LoRa_APRS_Tracker.git
synced 2026-02-25 00:55:47 +01:00
set max TX power
This commit is contained in:
parent
90bdeb2920
commit
148d7ad8d5
|
|
@ -114,6 +114,8 @@ void setup_lora()
|
|||
LoRa.setSignalBandwidth(125E3);
|
||||
LoRa.setCodingRate4(5);
|
||||
LoRa.enableCrc();
|
||||
|
||||
LoRa.setTxPower(20);
|
||||
Serial.println("[INFO] LoRa init done!");
|
||||
show_display("INFO", "LoRa init done!", 2000);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue