OutputStream (file M0 -> M4 radio) now works

Disabled numbers station for now (too buggy, low priority)
This commit is contained in:
furrtek
2017-06-23 08:40:22 +01:00
parent c922a56b6d
commit 33a2df9d2a
15 changed files with 48 additions and 30 deletions
+3 -4
View File
@@ -24,12 +24,11 @@
#include "string_format.hpp"
#include "baseband_api.hpp"
#include "portapack.hpp"
using namespace portapack;
#include "portapack_persistent_memory.hpp"
using namespace portapack;
namespace ui {
ReplayAppView::ReplayAppView(
@@ -38,7 +37,7 @@ ReplayAppView::ReplayAppView(
{
std::vector<std::filesystem::path> file_list;
// Search for files
// Search for files with the right extension
file_list = scan_root_files(u"/", u"*.C16");
if (!file_list.size()) {
file_error = true;