fix stealth doesn't work

This commit is contained in:
zxkmmOnHaseeWSL 2023-04-23 16:43:19 +08:00
parent cd1f1bd388
commit 925c1548a8

View File

@ -165,6 +165,12 @@ void ReplayAppView::start() {
static_cast<int8_t>(receiver_model.lna()),
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) {