Revert "Digipeater - Different LoRa Settings for RX and TX"

This commit is contained in:
Peter Buchegger 2021-09-19 21:36:51 +02:00 committed by GitHub
parent b2d5f507d9
commit f8dfdc1246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 44 additions and 155 deletions

View file

@ -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,