gh repo create NAME_NEW_PROJECT_REPO -c -p https://github.com/LastuvkaLukas/esp-idf-template.git --private
- change project name
project(app-template)
in CMakeLists.txt - change project name
PROJECT_NAME := app-template
in Makefile
gh repo create NAME_NEW_PROJECT_REPO -c -p https://github.com/LastuvkaLukas/esp-idf-template.git --private
project(app-template)
in CMakeLists.txtPROJECT_NAME := app-template
in Makefile