This commit is contained in:
jomjol
2020-08-11 22:34:13 +02:00
parent b8fa23b1a8
commit 3623ac68f0
3 changed files with 3 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ extern "C" void app_main()
vTaskDelay( xDelay );
setup_time();
LogFile.WriteToFile("===== Main Started =====");
LogFile.WriteToFile("======================== Main Started ================================");
std::string zw = gettimestring("%Y%m%d-%H%M%S");
printf("time %s\n", zw.c_str());