mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-03 09:02:14 +00:00
Merge fixing, commit to catch up on recent files
This commit is contained in:
@@ -36,7 +36,7 @@ namespace ui {
|
||||
|
||||
class LCRView : public View {
|
||||
public:
|
||||
LCRView(NavigationView& nav, TransmitterModel& transmitter_model);
|
||||
LCRView(NavigationView& nav);
|
||||
~LCRView();
|
||||
|
||||
void make_frame();
|
||||
@@ -63,7 +63,6 @@ private:
|
||||
char lcrframe[256];
|
||||
char lcrframe_f[256];
|
||||
rf::Frequency f;
|
||||
TransmitterModel& transmitter_model;
|
||||
|
||||
Text text_status {
|
||||
{ 168, 196, 64, 16 },
|
||||
|
||||
Reference in New Issue
Block a user