mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-04-07 13:54:33 +00:00
removing ability to focus on RSSI bars and to launch level app, until a solution to launch external apps from internal ones is given
This commit is contained in:
parent
7754c0f37f
commit
bfa893ba7e
@ -517,11 +517,7 @@ ReconView::ReconView(NavigationView& nav)
|
|||||||
};
|
};
|
||||||
set_loop_config(continuous);
|
set_loop_config(continuous);
|
||||||
|
|
||||||
rssi.set_focusable(true);
|
|
||||||
rssi.set_peak(true, 500);
|
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.
|
// TODO: *BUG* Both transmitter_model and receiver_model share the same pmem setting for target_frequency.
|
||||||
button_mic_app.on_select = [this](Button&) {
|
button_mic_app.on_select = [this](Button&) {
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
#include "analog_audio_app.hpp"
|
#include "analog_audio_app.hpp"
|
||||||
#include "audio.hpp"
|
#include "audio.hpp"
|
||||||
#include "ui_mictx.hpp"
|
#include "ui_mictx.hpp"
|
||||||
#include "ui_level.hpp"
|
|
||||||
#include "ui_looking_glass_app.hpp"
|
#include "ui_looking_glass_app.hpp"
|
||||||
#include "portapack_persistent_memory.hpp"
|
#include "portapack_persistent_memory.hpp"
|
||||||
#include "baseband_api.hpp"
|
#include "baseband_api.hpp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user