mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
set rx gain to 0 for agc usage
This commit is contained in:
parent
d6222b6cbe
commit
c3a49b6c32
|
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
"lora": {
|
||||
"frequency_rx": 433775000,
|
||||
"gain_rx": 6,
|
||||
"gain_rx": 0,
|
||||
"frequency_tx": 433775000,
|
||||
"power": 20,
|
||||
"spreading_factor": 12,
|
||||
|
|
|
|||
Loading…
Reference in a new issue