Externalize level (#2596)

* removing ability to focus on RSSI bars and to launch level app, until a solution to launch external apps from internal ones is given
* externalize Level app
This commit is contained in:
gullradriel 2025-03-26 11:20:01 +01:00 committed by GitHub
parent 7754c0f37f
commit 75c34747cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 103 additions and 26 deletions

View file

@ -517,11 +517,7 @@ ReconView::ReconView(NavigationView& nav)
};
set_loop_config(continuous);
rssi.set_focusable(true);
rssi.set_peak(true, 500);
rssi.on_select = [this](RSSI&) {
nav_.replace<LevelView>();
};
// TODO: *BUG* Both transmitter_model and receiver_model share the same pmem setting for target_frequency.
button_mic_app.on_select = [this](Button&) {