Beep-on-packet support in ADSB RX app (#2065)

This commit is contained in:
Mark Thompson
2024-03-29 16:34:18 -05:00
committed by GitHub
parent 6e5eadd25c
commit b473930f94
4 changed files with 43 additions and 9 deletions

View File

@@ -53,6 +53,8 @@ class ADSBRXProcessor : public BasebandProcessor {
uint32_t shifter[ADSB_PREAMBLE_LENGTH + 1];
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};
RSSIThread rssi_thread{};