mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-15 23:33:36 +00:00
This reverts commit bc1ad5598c.
This commit is contained in:
@@ -397,11 +397,9 @@ AISAppView::AISAppView(NavigationView& nav) : nav_ { nav } {
|
||||
this->on_show_list();
|
||||
};
|
||||
|
||||
std::string folder = "LOGS";
|
||||
make_new_directory(folder);
|
||||
logger = std::make_unique<AISLogger>();
|
||||
if( logger ) {
|
||||
logger->append(u"LOGS/AIS.TXT");
|
||||
logger->append(u"ais.txt");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user