init commit

This commit is contained in:
2024-05-12 09:13:29 +03:00
commit ccbffe76cc
1307 changed files with 204553 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"
}
]
}