mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-06 06:55:06 +00:00
Revert "Digipeater - Different LoRa Settings for RX and TX"
This commit is contained in:
parent
b2d5f507d9
commit
f8dfdc1246
6 changed files with 44 additions and 155 deletions
|
|
@ -35,16 +35,12 @@
|
|||
"beacon": false
|
||||
},
|
||||
"lora": {
|
||||
"rxFrequency": 433775000,
|
||||
"rxSpreadingFactor": 12,
|
||||
"rxSignalBandwidth": 125000,
|
||||
"rxCodingRate4": 5,
|
||||
"rxGain": 1,
|
||||
"txFrequency": 433900000,
|
||||
"txSpreadingFactor": 11,
|
||||
"txSignalBandwidth": 125000,
|
||||
"txCodingRate4": 5,
|
||||
"txPower": 20
|
||||
"frequency_rx": 433775000,
|
||||
"frequency_tx": 433775000,
|
||||
"power": 20,
|
||||
"spreading_factor": 12,
|
||||
"signal_bandwidth": 125000,
|
||||
"coding_rate4": 5
|
||||
},
|
||||
"display": {
|
||||
"always_on": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue