mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-13 03:34:35 +00:00
Restore missing line (#1302)
This commit is contained in:
parent
6ae164e59b
commit
e2bca9aebb
@ -51,6 +51,7 @@ CaptureAppView::CaptureAppView(NavigationView& nav)
|
||||
field_frequency_step.set_by_value(receiver_model.frequency_step());
|
||||
field_frequency_step.on_change = [this](size_t, OptionsField::value_t v) {
|
||||
receiver_model.set_frequency_step(v);
|
||||
this->field_frequency.set_step(v);
|
||||
};
|
||||
|
||||
option_format.set_selected_index(0); // Default to C16
|
||||
|
Loading…
Reference in New Issue
Block a user