mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-23 06:14:13 -04:00
This reverts commit bc1ad5598c
.
This commit is contained in:
parent
bc1ad5598c
commit
1edd3716a1
10 changed files with 12 additions and 35 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue