mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-15 18:00:28 -04:00
Merge pull request #908 from zxkmm/ready_to_pr_20230423_fix_stealth_in_replay
fix stealth doesn't work
This commit is contained in:
commit
d00c21adb7
1 changed files with 7 additions and 1 deletions
|
@ -165,6 +165,12 @@ void ReplayAppView::start() {
|
||||||
static_cast<int8_t>(receiver_model.lna()),
|
static_cast<int8_t>(receiver_model.lna()),
|
||||||
static_cast<int8_t>(receiver_model.vga())
|
static_cast<int8_t>(receiver_model.vga())
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (portapack::persistent_memory::stealth_mode()){
|
||||||
|
DisplaySleepMessage message;
|
||||||
|
EventDispatcher::send_message(message);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ReplayAppView::stop(const bool do_loop) {
|
void ReplayAppView::stop(const bool do_loop) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue