mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Added Bias Tee support for Replay and fixed file error logic bug
This commit is contained in:
parent
434c559861
commit
4ef98e2928
@ -1,6 +1,7 @@
|
||||
/*
|
||||
* Copyright (C) 2016 Jared Boone, ShareBrained Technology, Inc.
|
||||
* Copyright (C) 2016 Furrtek
|
||||
* Copyleft (ↄ) 2022 NotPike
|
||||
*
|
||||
* This file is part of PortaPack.
|
||||
*
|
||||
@ -97,7 +98,6 @@ void ReplayAppView::focus() {
|
||||
}
|
||||
|
||||
void ReplayAppView::file_error() {
|
||||
//stop(false); // Fixes TX bug if there's a file error
|
||||
nav_.display_modal("Error", "File read error.");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user