Files
firmware_thomas_the_tank_en…/.vscode/launch.json
T
mars3142 97c559d8a0 initial commit
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2024-05-06 22:08:25 +02:00

10 lines
137 B
JSON

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