mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-02-28 23:17:21 +00:00
Change default receiver frequency.
Remove comments.
This commit is contained in:
parent
ddcb705a1e
commit
985cbb874c
@ -76,14 +76,7 @@ public:
|
||||
void disable();
|
||||
|
||||
private:
|
||||
rf::Frequency tuning_frequency_ {
|
||||
//118099000
|
||||
//128349000
|
||||
//162523000
|
||||
//162548000
|
||||
//858450000
|
||||
858752000
|
||||
};
|
||||
rf::Frequency tuning_frequency_ { 858750000 };
|
||||
rf::Frequency frequency_step_ { 25000 };
|
||||
bool rf_amp_ { false };
|
||||
int32_t lna_gain_db_ { 32 };
|
||||
|
Loading…
x
Reference in New Issue
Block a user