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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 12 additions and 35 deletions

View file

@ -129,11 +129,9 @@ POCSAGAppView::POCSAGAppView(NavigationView& nav) {
ignore_address /= 10;
}
std::string folder = "LOGS";
make_new_directory(folder);
logger = std::make_unique<POCSAGLogger>();
if (logger)
logger->append("LOGS/POCSAG.TXT");
logger->append("pocsag.txt");
audio::output::start();
audio::output::unmute();