mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-27 14:57:12 -05: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 Jared Boone, ShareBrained Technology, Inc.
|
||||||
* Copyright (C) 2016 Furrtek
|
* Copyright (C) 2016 Furrtek
|
||||||
|
* Copyleft (ↄ) 2022 NotPike
|
||||||
*
|
*
|
||||||
* This file is part of PortaPack.
|
* This file is part of PortaPack.
|
||||||
*
|
*
|
||||||
@ -97,7 +98,6 @@ void ReplayAppView::focus() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ReplayAppView::file_error() {
|
void ReplayAppView::file_error() {
|
||||||
//stop(false); // Fixes TX bug if there's a file error
|
|
||||||
nav_.display_modal("Error", "File read error.");
|
nav_.display_modal("Error", "File read error.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user