Fixed Sonde RSSI "Beep" (#2012)

This commit is contained in:
Mark Thompson 2024-03-19 04:53:55 -05:00 committed by GitHub
parent b53c8e1f80
commit 74442f197d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 40 additions and 164 deletions

View file

@ -72,6 +72,8 @@ SondeView::SondeView(NavigationView& nav)
check_beep.on_select = [this](Checkbox&, bool v) {
beep = v;
if (v)
baseband::request_beep();
};
check_log.on_select = [this](Checkbox&, bool v) {