mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-16 05:32:16 -04:00
HH:MM in POCSAG RX
This commit is contained in:
parent
0a549c8192
commit
1b9465716f
8 changed files with 27 additions and 10 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
}
|
||||
|
||||
void on_packet(const pocsag::POCSAGPacket& packet, const uint32_t frequency);
|
||||
void on_decoded(const pocsag::POCSAGPacket& packet, const std::string text);
|
||||
|
||||
private:
|
||||
LogFile log_file;
|
||||
|
@ -104,7 +105,7 @@ private:
|
|||
};
|
||||
Button button_setfreq {
|
||||
{ 0, 20, 12 * 8, 20 },
|
||||
"---.----M"
|
||||
"----.----"
|
||||
};
|
||||
|
||||
Console console {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue