remove channel

This commit is contained in:
zxkmm 2025-04-13 16:09:23 +08:00
parent 4082ed3d54
commit 2dd79c441c
2 changed files with 3 additions and 6 deletions

View File

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

View File

@ -69,11 +69,9 @@ class WaterfallDesignerView : public View {
{{11 * 8, 1 * 16}, "Format:", Theme::getInstance()->fg_light->foreground},
};
RSSI rssi{
{24 * 8, 0, 6 * 8, 4}};
Channel channel{
{24 * 8, 5, 6 * 8, 4}};
// Channel channel{
// {24 * 8, 5, 6 * 8, 4}};
RxFrequencyField field_frequency{
{0 * 8, 0 * 16},