mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-03 12:01:49 +00:00
This reverts commit bc1ad5598c.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user