Files
cinema-display/.vscode/launch.json
Peter Siegmund abeb791511 initial commit
it compiles, but didn't show anything on the screen yet

Signed-off-by: Peter Siegmund <developer@mars3142.org>
2024-04-19 16:50:52 +02:00

10 lines
137 B
JSON

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