RDS Radiotext should make receiver happier (missing end char)

String-ized text entry
This commit is contained in:
furrtek 2017-04-18 18:12:32 +01:00
parent 62b90942ac
commit 555201b780
24 changed files with 138 additions and 165 deletions

View file

@ -61,7 +61,7 @@ public:
size_t symbol_count { 0 };
private:
NavigationView& nav_;
char buffer[29] = "PORTAPACK";
std::string buffer { "PORTAPACK" };
std::string message { };
uint32_t time_units { 0 };