Add Receiver sub-menu, Transponders item and sub-menu.

This commit is contained in:
Jared Boone 2016-01-24 22:38:36 -08:00
parent e04e72abe7
commit 5ecc6d0330
10 changed files with 46 additions and 22 deletions

View file

@ -407,9 +407,6 @@ private:
{ " AM ", toUType(ReceiverModel::Mode::AMAudio) },
{ "NFM ", toUType(ReceiverModel::Mode::NarrowbandFMAudio) },
{ "WFM ", toUType(ReceiverModel::Mode::WidebandFMAudio) },
{ "AIS ", toUType(ReceiverModel::Mode::AIS) },
{ "TPMS", toUType(ReceiverModel::Mode::TPMS) },
{ "ERT", toUType(ReceiverModel::Mode::ERT) },
{ "SPEC", toUType(ReceiverModel::Mode::SpectrumAnalysis) },
}
};