mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-02 11:36:38 -04:00
Fixed Sonde RSSI "Beep" (#2012)
This commit is contained in:
parent
b53c8e1f80
commit
74442f197d
7 changed files with 40 additions and 164 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue