mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-14 04:42:04 +00:00
Simplified LCR code a bit
Split modem into modem and serializer Frequency string formatter
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user