Change default receiver frequency.

Remove comments.
This commit is contained in:
Jared Boone 2015-08-02 09:38:49 -07:00
parent ddcb705a1e
commit 985cbb874c

View File

@ -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 };