starting with ESP-IDF

This commit is contained in:
2024-06-04 22:02:40 +02:00
commit db6d1b765a
10 changed files with 304 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# esp-idf
build/
sdkconfig
sdkconfig.old
# They ignored Idea (Webstorm) completely
.idea/
# However, they kept the following 4 files version controlled
.vscode/*
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
__pycache__