Simplified LCR code a bit

Split modem into modem and serializer
Frequency string formatter
This commit is contained in:
furrtek 2017-04-24 18:15:57 +01:00
parent 90feadd9f5
commit 8c680ff893
18 changed files with 198 additions and 125 deletions

View file

@ -208,7 +208,7 @@ private:
};
};
class DebugLCRView : public View {
/*class DebugLCRView : public View {
public:
DebugLCRView(NavigationView& nav, std::string lcrstring);
@ -225,7 +225,7 @@ private:
{ 72, 264, 96, 32 },
"Exit"
};
};
};*/
class DebugPeripheralsMenuView : public MenuView {
public: