Beep-on-packet support in POCSAG app (#2061)

This commit is contained in:
Mark Thompson 2024-03-29 15:27:53 -05:00 committed by GitHub
parent fe2fbb847f
commit 0db65ccb6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 0 deletions

View file

@ -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;