mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-24 14:50:43 -04:00
Capture UI basic controls.
Tuning, LNA/VGA gain, second IF and "channel" RSSI. Use ReceiverModel, so that audio receiver parameters come across for quicker capture configuration.
This commit is contained in:
parent
60a0d5c469
commit
cee5417a4a
3 changed files with 72 additions and 24 deletions
|
@ -37,6 +37,7 @@ public:
|
|||
NarrowbandFMAudio = 1,
|
||||
WidebandFMAudio = 2,
|
||||
SpectrumAnalysis = 4,
|
||||
Capture = 7,
|
||||
};
|
||||
|
||||
rf::Frequency tuning_frequency() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue