mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-19 20:17:47 +00:00
Added channel centering cursor in waterfall view
Added more samplerate choices in capture Updated binary
This commit is contained in:
@@ -148,6 +148,10 @@ AnalogAudioView::AnalogAudioView(
|
||||
record_view.on_error = [&nav](std::string message) {
|
||||
nav.display_modal("Error", message);
|
||||
};
|
||||
|
||||
waterfall.on_select = [this](int32_t offset) {
|
||||
field_frequency.set_value(receiver_model.tuning_frequency() + offset);
|
||||
};
|
||||
|
||||
audio::output::start();
|
||||
|
||||
|
Reference in New Issue
Block a user