mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-10 02:43:19 +00:00
Merge fixing, commit to catch up on recent files
This commit is contained in:
@@ -36,15 +36,13 @@ namespace ui {
|
||||
|
||||
class AFSKSetupView : public View {
|
||||
public:
|
||||
AFSKSetupView(NavigationView& nav, TransmitterModel& transmitter_model);
|
||||
AFSKSetupView(NavigationView& nav);
|
||||
|
||||
void updfreq(rf::Frequency f);
|
||||
void focus() override;
|
||||
void paint(Painter& painter) override;
|
||||
|
||||
private:
|
||||
TransmitterModel& transmitter_model;
|
||||
|
||||
Text text_title {
|
||||
{ 40, 32, 160, 16 },
|
||||
"AFSK modulator setup"
|
||||
|
||||
Reference in New Issue
Block a user