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

Signed-off-by: Peter Siegmund <developer@mars3142.org>
2025-11-15 16:47:19 +01:00

10 lines
137 B
JSON

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