|
@@ -24,7 +24,9 @@ extern "C" void app_main(void)
|
|
|
}
|
|
}
|
|
|
ESP_ERROR_CHECK(ret);
|
|
ESP_ERROR_CHECK(ret);
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
// Launch the application
|
|
// Launch the application
|
|
|
- Application::GetInstance().Start();
|
|
|
|
|
|
|
+ // Application::GetInstance().Start();
|
|
|
// The main thread will exit and release the stack memory
|
|
// The main thread will exit and release the stack memory
|
|
|
}
|
|
}
|