mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-15 08:52:59 +00:00
Fix hang in Audio when switching from Capture app, & bug fixes. (#1167)
* Fix hang in Audio when switching from Capture app * Bug fixes
This commit is contained in:
@@ -96,7 +96,7 @@ class ScannerView : public View {
|
||||
|
||||
private:
|
||||
app_settings::SettingsManager settings_{
|
||||
"scanner", app_settings::Mode::RX};
|
||||
"rx_scanner", app_settings::Mode::RX};
|
||||
|
||||
NavigationView& nav_;
|
||||
RxRadioState radio_state_{};
|
||||
|
||||
Reference in New Issue
Block a user