Added Bias Tee support for Replay and fixed file error logic bug

This commit is contained in:
notpike 2022-03-26 21:20:55 -07:00
parent 434c559861
commit 4ef98e2928

View File

@ -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.");
}