From 4ef98e2928b1d60005c5db6d008eaa739d0f09ce Mon Sep 17 00:00:00 2001 From: notpike Date: Sat, 26 Mar 2022 21:20:55 -0700 Subject: [PATCH] Added Bias Tee support for Replay and fixed file error logic bug --- firmware/application/apps/replay_app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/apps/replay_app.cpp b/firmware/application/apps/replay_app.cpp index 9d1f2acf..9147c46f 100644 --- a/firmware/application/apps/replay_app.cpp +++ b/firmware/application/apps/replay_app.cpp @@ -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."); }