mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-23 06:14:13 -04:00
Automatically switch to C8 capture format when bandwidth >1.5MHz (#1404)
* Automatically select C8 * Automatically select C8
This commit is contained in:
parent
f537c7896e
commit
966d1c938b
2 changed files with 7 additions and 0 deletions
|
@ -46,6 +46,7 @@ class CaptureAppView : public View {
|
|||
|
||||
private:
|
||||
static constexpr ui::Dim header_height = 3 * 16;
|
||||
uint32_t previous_bandwidth{500000};
|
||||
|
||||
NavigationView& nav_;
|
||||
RxRadioState radio_state_{ReceiverModel::Mode::Capture};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue