mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
.
This commit is contained in:
@@ -148,7 +148,10 @@ extern "C" void app_main(void)
|
|||||||
"', Revision: " + std::string(GIT_REV) +", Date/Time: " + std::string(BUILD_TIME);
|
"', 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_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();
|
PowerResetCamera();
|
||||||
|
|||||||
Reference in New Issue
Block a user