mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-18 13:44:00 +00:00
This reverts commit bc1ad5598c.
This commit is contained in:
@@ -194,11 +194,9 @@ TPMSAppView::TPMSAppView(NavigationView&) {
|
||||
|
||||
options_temperature.set_selected_index(0, true);
|
||||
|
||||
std::string folder = "LOGS";
|
||||
make_new_directory(folder);
|
||||
logger = std::make_unique<TPMSLogger>();
|
||||
if( logger ) {
|
||||
logger->append(u"LOGS/TMPS.TXT");
|
||||
logger->append(u"tpms.txt");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user