mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-19 10:32:14 +00:00
Merge fixing, commit to catch up on recent files
This commit is contained in:
@@ -36,7 +36,7 @@ namespace ui {
|
||||
|
||||
class JammerView : public View {
|
||||
public:
|
||||
JammerView(NavigationView& nav, TransmitterModel& transmitter_model);
|
||||
JammerView(NavigationView& nav);
|
||||
~JammerView();
|
||||
|
||||
void updfreq(uint8_t id, rf::Frequency f);
|
||||
@@ -117,7 +117,6 @@ private:
|
||||
|
||||
bool jamming = false;
|
||||
rf::Frequency f;
|
||||
TransmitterModel& transmitter_model;
|
||||
|
||||
Text text_type {
|
||||
{ 1 * 8, 1 * 16, 40, 16 },
|
||||
|
Reference in New Issue
Block a user