mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 05:34:50 -04: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:
parent
1e71a10346
commit
107c212d88
64 changed files with 3599 additions and 56 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue