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

10
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "espidf",
"name": "Launch",
"request": "launch"
}
]
}