remove channel

This commit is contained in:
zxkmm 2025-04-13 16:09:43 +08:00
parent 2dd79c441c
commit d0409af494
2 changed files with 0 additions and 4 deletions

View File

@ -35,7 +35,6 @@ WaterfallDesignerView::WaterfallDesignerView(NavigationView& nav)
add_children({
&labels,
// &channel,
&field_frequency,
&field_frequency_step,
&field_rf_amp,

View File

@ -70,9 +70,6 @@ class WaterfallDesignerView : public View {
};
// Channel channel{
// {24 * 8, 5, 6 * 8, 4}};
RxFrequencyField field_frequency{
{0 * 8, 0 * 16},
nav_};