Improved Audio Beep Test (#2026)

This commit is contained in:
Mark Thompson
2024-03-23 02:21:35 -05:00
committed by GitHub
parent ba4290cf0d
commit 28a5fc5915
10 changed files with 43 additions and 21 deletions

View File

@@ -75,7 +75,7 @@ SondeView::SondeView(NavigationView& nav)
check_beep.on_select = [this](Checkbox&, bool v) {
beep = v;
if (beep)
baseband::request_audio_beep(1000, 60); // 1khz tone for 60ms to acknowledge enablement
baseband::request_audio_beep(1000, 24000, 60); // 1khz tone for 60ms to acknowledge enablement
};
check_log.set_value(logging);