esp-idf-psram-msc/.vscode/launch.json
Patrick Moessler bcb72b1d36 initial
2024-06-12 22:11:21 +02:00

10 lines
No EOL
137 B
JSON

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