mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-15 10:29:33 -04:00
Improve radio state management re: antenna bias voltage.
Responsibility for radio state is still rather muddy...
This commit is contained in:
parent
10d4172d5c
commit
25fac90d4f
2 changed files with 8 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue