Beep-on-packet support in Weather app (#2063)

This commit is contained in:
Mark Thompson
2024-03-29 15:29:50 -05:00
committed by GitHub
parent 746bf1c15f
commit f1ebb1a6e3
4 changed files with 36 additions and 2 deletions

View File

@@ -66,6 +66,7 @@ class WeatherProcessor : public BasebandProcessor {
FProtoListGeneral* protoList = new WeatherProtos(); // holds all the protocols we can parse
void configure(const SubGhzFPRxConfigureMessage& message);
void on_beep_message(const AudioBeepMessage& message);
/* NB: Threads should be the last members in the class definition. */
BasebandThread baseband_thread{baseband_fs, this, baseband::Direction::Receive};