Revert "specific directory for screens and logs (#971)" (#972)

This reverts commit bc1ad5598c.
This commit is contained in:
jLynx
2023-05-11 11:44:19 +12:00
committed by GitHub
parent bc1ad5598c
commit 1edd3716a1
10 changed files with 12 additions and 35 deletions
+1 -3
View File
@@ -130,11 +130,9 @@ ERTAppView::ERTAppView(NavigationView&) {
static_cast<int8_t>(receiver_model.vga()),
}); */
std::string folder = "LOGS";
make_new_directory(folder);
logger = std::make_unique<ERTLogger>();
if( logger ) {
logger->append(u"LOGS/ERT.TXT");
logger->append(u"ert.txt");
}
}