mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-17 00:13:14 +00:00
This reverts commit bc1ad5598c.
This commit is contained in:
@@ -98,11 +98,9 @@ ACARSAppView::ACARSAppView(NavigationView& nav) {
|
||||
logging = v;
|
||||
};
|
||||
|
||||
std::string folder = "LOGS";
|
||||
make_new_directory(folder);
|
||||
logger = std::make_unique<ACARSLogger>();
|
||||
if (logger)
|
||||
logger->append("LOGS/ACARS.TXT");
|
||||
logger->append("acars.txt");
|
||||
}
|
||||
|
||||
ACARSAppView::~ACARSAppView() {
|
||||
|
||||
Reference in New Issue
Block a user