mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-15 05:02:13 -04:00
Simplified LCR code a bit
Split modem into modem and serializer Frequency string formatter
This commit is contained in:
parent
90feadd9f5
commit
8c680ff893
18 changed files with 198 additions and 125 deletions
|
@ -281,7 +281,7 @@ DebugMenuView::DebugMenuView(NavigationView& nav) {
|
|||
on_left = [&nav](){ nav.pop(); };
|
||||
}
|
||||
|
||||
DebugLCRView::DebugLCRView(NavigationView& nav, std::string lcr_string) {
|
||||
/*DebugLCRView::DebugLCRView(NavigationView& nav, std::string lcr_string) {
|
||||
|
||||
std::string debug_text;
|
||||
|
||||
|
@ -310,6 +310,6 @@ DebugLCRView::DebugLCRView(NavigationView& nav, std::string lcr_string) {
|
|||
|
||||
void DebugLCRView::focus() {
|
||||
button_exit.focus();
|
||||
}
|
||||
}*/
|
||||
|
||||
} /* namespace ui */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue