mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-22 05:44:31 -04:00
Added Bias Tee support for Replay and fixed file error logic bug
This commit is contained in:
parent
434c559861
commit
4ef98e2928
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue