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:
furrtek 2016-01-30 00:28:05 +01:00
parent 1e71a10346
commit 107c212d88
64 changed files with 3599 additions and 56 deletions

View file

@ -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);