mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-21 11:49:17 +00:00
Completely useless "about" screen
Paved road for talking Xylos RX and logger Added test button for Xylos TX Fixed jammer crashing after loading second time
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "transmitter_model.hpp"
|
||||
|
||||
namespace ui {
|
||||
|
||||
/*
|
||||
class AlphanumView : public View {
|
||||
public:
|
||||
std::function<void(char *)> on_changed;
|
||||
@@ -83,7 +83,7 @@ private:
|
||||
|
||||
void update_text();
|
||||
};
|
||||
|
||||
*/
|
||||
class RDSView : public View {
|
||||
public:
|
||||
RDSView(NavigationView& nav, TransmitterModel& transmitter_model);
|
||||
|
Reference in New Issue
Block a user