mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-05 13:14:34 -04:00
RDS radiotext and time group generators
This commit is contained in:
parent
28ea2179f4
commit
843c465c73
4 changed files with 111 additions and 40 deletions
|
@ -27,6 +27,9 @@
|
|||
#include "ui_receiver.hpp"
|
||||
#include "ui_textentry.hpp"
|
||||
#include "message.hpp"
|
||||
#include "rds.hpp"
|
||||
|
||||
using namespace rds;
|
||||
|
||||
namespace ui {
|
||||
|
||||
|
@ -44,6 +47,7 @@ private:
|
|||
char PSN[9];
|
||||
char RadioText[25];
|
||||
bool txing = false;
|
||||
RDS_flags rds_flags;
|
||||
|
||||
uint16_t message_length;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue