From 4ab0f632b7cefee285e701687c6fd51ad327bd54 Mon Sep 17 00:00:00 2001 From: George Ruinelli Date: Tue, 25 Oct 2022 14:29:34 +0200 Subject: [PATCH] . --- code/main/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/main/main.cpp b/code/main/main.cpp index 2c276e6c..aa8f535e 100644 --- a/code/main/main.cpp +++ b/code/main/main.cpp @@ -151,7 +151,7 @@ extern "C" void app_main(void) ESP_LOGD(TAGMAIN, "============================================================================================="); ESP_LOGD(TAGMAIN, "%s", versionFormated.c_str()); ESP_LOGD(TAGMAIN, "============================================================================================="); - ESP_LOGD(TAGMAIN("Reset reason: " + getResetReason()); + ESP_LOGD(TAGMAIN, "Reset reason: " + getResetReason()); PowerResetCamera();