From 1a33834b3f1d14a5b41f378f2bfee825d02ec8a1 Mon Sep 17 00:00:00 2001 From: George Ruinelli Date: Tue, 25 Oct 2022 14:16:41 +0200 Subject: [PATCH] . --- code/main/main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/main/main.cpp b/code/main/main.cpp index a7dcfc16..2c276e6c 100644 --- a/code/main/main.cpp +++ b/code/main/main.cpp @@ -148,7 +148,10 @@ extern "C" void app_main(void) "', Revision: " + std::string(GIT_REV) +", Date/Time: " + std::string(BUILD_TIME); ESP_LOGI(TAGMAIN, "\n\n\n\n\n\n\n\nInit System..."); // Add mark on log to see when it restarted - + ESP_LOGD(TAGMAIN, "============================================================================================="); + ESP_LOGD(TAGMAIN, "%s", versionFormated.c_str()); + ESP_LOGD(TAGMAIN, "============================================================================================="); + ESP_LOGD(TAGMAIN("Reset reason: " + getResetReason()); PowerResetCamera();