mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-20 04:44:27 -04:00
Default LNA to off.
This commit is contained in:
parent
fcec6d6100
commit
ddcb705a1e
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ private:
|
||||||
858752000
|
858752000
|
||||||
};
|
};
|
||||||
rf::Frequency frequency_step_ { 25000 };
|
rf::Frequency frequency_step_ { 25000 };
|
||||||
bool rf_amp_ { true };
|
bool rf_amp_ { false };
|
||||||
int32_t lna_gain_db_ { 32 };
|
int32_t lna_gain_db_ { 32 };
|
||||||
uint32_t baseband_bandwidth_ { max2837::filter::bandwidth_minimum };
|
uint32_t baseband_bandwidth_ { max2837::filter::bandwidth_minimum };
|
||||||
int32_t vga_gain_db_ { 32 };
|
int32_t vga_gain_db_ { 32 };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue