feat: porting to 5.x

This commit is contained in:
Pietro Marchini
2023-11-19 13:38:44 +01:00
parent 9450ada948
commit d358dcdbda
15 changed files with 975 additions and 0 deletions

View File

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