mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-15 20:33:42 +00:00
Merge 'upstream/master' - At least it builds...
This commit is contained in:
@@ -73,7 +73,7 @@ WhipCalcView::WhipCalcView(
|
||||
NavigationView& nav
|
||||
) {
|
||||
|
||||
add_children({ {
|
||||
add_children({
|
||||
&text_frequency,
|
||||
&field_frequency,
|
||||
&text_type,
|
||||
@@ -82,7 +82,7 @@ WhipCalcView::WhipCalcView(
|
||||
&text_result_imperial,
|
||||
&text_result_ant500,
|
||||
&button_exit
|
||||
} });
|
||||
});
|
||||
|
||||
options_type.on_change = [this](size_t, OptionsField::value_t) {
|
||||
this->update_result();
|
||||
|
||||
Reference in New Issue
Block a user