Improve radio state management re: antenna bias voltage.

Responsibility for radio state is still rather muddy...
This commit is contained in:
Jared Boone 2016-01-23 11:31:50 -08:00
parent 10d4172d5c
commit 25fac90d4f
2 changed files with 8 additions and 1 deletions

View file

@ -89,6 +89,7 @@ public:
private:
rf::Frequency frequency_step_ { 25000 };
bool enabled_ { false };
bool rf_amp_ { false };
bool antenna_bias_ { false };
int32_t lna_gain_db_ { 32 };