Persist tuned frequency.

w00t!
This commit is contained in:
Jared Boone 2015-08-04 10:31:03 -07:00
parent 4870f0015b
commit d855336985
4 changed files with 22 additions and 4 deletions

View file

@ -76,7 +76,6 @@ public:
void disable();
private:
rf::Frequency tuning_frequency_ { 858750000 };
rf::Frequency frequency_step_ { 25000 };
bool rf_amp_ { false };
int32_t lna_gain_db_ { 32 };