espvban/ESPIDFNEW/.vscode/launch.json
2024-08-29 21:38:48 +02:00

10 lines
137 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "espidf",
"name": "Launch",
"request": "launch"
}
]
}