DualLedController/.vscode/launch.json

10 lines
137 B
JSON
Raw Permalink Normal View History

2024-05-15 23:29:00 +08:00
{
"version": "0.2.0",
"configurations": [
{
"type": "espidf",
"name": "Launch",
"request": "launch"
}
]
}