mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-16 00:23:39 +00:00
Automatically switch to C8 capture format when bandwidth >1.5MHz (#1404)
* Automatically select C8 * Automatically select C8
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user