This commit is contained in:
George Ruinelli
2022-10-25 14:29:34 +02:00
parent 1a33834b3f
commit 4ab0f632b7

View File

@@ -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();