Added frequency manager skeleton, LCR alt encoding, GPS jammer

This commit is contained in:
furrtek 2016-07-25 16:21:27 +02:00
parent e15f659a6a
commit 966a758a0b
31 changed files with 485 additions and 110 deletions

View file

@ -40,6 +40,7 @@ enum ViewID {
SoundBoard,
AnalogAudio,
RDS,
Jammer
};
class LoadModuleView : public View {