Files
tracktime_beacon/.vscode/launch.json
Michal Courson b1e155d08b initial
2025-08-28 21:39:35 -04:00

15 lines
244 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "gdbtarget",
"request": "attach",
"name": "Eclipse CDT GDB Adapter"
},
{
"type": "espidf",
"name": "Launch",
"request": "launch"
}
]
}