mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-20 22:05:09 +00:00
set rx gain to 0 for agc usage
This commit is contained in:
parent
d6222b6cbe
commit
c3a49b6c32
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
"lora": {
|
||||
"frequency_rx": 433775000,
|
||||
"gain_rx": 6,
|
||||
"gain_rx": 0,
|
||||
"frequency_tx": 433775000,
|
||||
"power": 20,
|
||||
"spreading_factor": 12,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue