mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-09 21:16:25 -05:00
Beep-on-packets option in Settings and updated ERT & Sonde apps (#2058)
* Beep-on-packets option in Settings * Add beep to ERT app
This commit is contained in:
parent
ba36680a7b
commit
fe2fbb847f
11 changed files with 62 additions and 22 deletions
|
|
@ -102,6 +102,8 @@ class ERTProcessor : public BasebandProcessor {
|
|||
void scm_handler(const baseband::Packet& packet);
|
||||
void scmplus_handler(const baseband::Packet& packet);
|
||||
void idm_handler(const baseband::Packet& packet);
|
||||
void on_message(const Message* const msg);
|
||||
void on_beep_message(const AudioBeepMessage& message);
|
||||
|
||||
float sum_half_period[2];
|
||||
float sum_period[3];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue