mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-17 06:02:19 -04:00
Fix state management in Capture mode.
Don't alter ReceiverModel modulation/mode when capturing.
This commit is contained in:
parent
1010e6a234
commit
fead46cc46
2 changed files with 44 additions and 11 deletions
|
@ -52,7 +52,12 @@ private:
|
|||
static constexpr uint32_t sampling_rate = 4000000;
|
||||
static constexpr uint32_t baseband_bandwidth = 2500000;
|
||||
|
||||
void on_tuning_frequency_changed(rf::Frequency f);
|
||||
void on_target_frequency_changed(rf::Frequency f);
|
||||
|
||||
rf::Frequency target_frequency() const;
|
||||
void set_target_frequency(const rf::Frequency new_value);
|
||||
|
||||
rf::Frequency tuning_frequency() const;
|
||||
|
||||
RSSI rssi {
|
||||
{ 21 * 8, 0, 6 * 8, 4 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue