mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-13 10:09:30 +00:00
HH:MM in POCSAG RX
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user