mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 14:42:33 -04:00
Beep-on-packet support in POCSAG app (#2061)
This commit is contained in:
parent
fe2fbb847f
commit
0db65ccb6b
3 changed files with 17 additions and 0 deletions
|
@ -212,6 +212,7 @@ class POCSAGProcessor : public BasebandProcessor {
|
|||
void reset();
|
||||
void send_stats() const;
|
||||
void send_packet();
|
||||
void on_beep_message(const AudioBeepMessage& message);
|
||||
|
||||
/* Set once app is ready to receive messages. */
|
||||
bool configured = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue