mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 09:57:50 +00:00
Fixed Sonde RSSI "Beep" (#2012)
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user