mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-12 09:39:30 +00:00
RDS Radiotext should make receiver happier (missing end char)
String-ized text entry
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
std::string title() const override { return "POCSAG TX"; };
|
||||
|
||||
private:
|
||||
char buffer[17] = "PORTAPACK";
|
||||
std::string buffer { "PORTAPACK" };
|
||||
std::string message { };
|
||||
NavigationView& nav_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user