espvban/ESPIDFNEW/.vscode/launch.json

10 lines
137 B
JSON
Raw Permalink Normal View History

2024-08-29 21:38:48 +02:00
{
"version": "0.2.0",
"configurations": [
{
"type": "espidf",
"name": "Launch",
"request": "launch"
}
]
}