Project name : t-hmi-esp-idf-vscode-project Board : Lilygo T HMI
https://github.com/florinbaciuu/t-hmi-esp-idf-vscode-project.git
It can be used to template for a project . The device(board) used is: Lilygo T HMI S3 with 16 MB Flash and 8 MB PSRAM.
Clone the rep :
git clone https://github.com/florinbaciuu/t-hmi-esp-idf-vscode-project.git
or to clone complete with submodules:
git clone --recurse-submodules https://github.com/florinbaciuu/t-hmi-esp-idf-vscode-project.git
git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/florinbaciuu/t-hmi-esp-idf-vscode-project.git
git push -u origin main
git push