Files
tide-display/ePaper-ESP-IDF/.vscode/launch.json
Peter Siegmund 290a4d2722 starting with ESP-IDF
- initial ESP-IDF project
- starting custom component (Timber)

Signed-off-by: Peter Siegmund <peter@rdkr.com>
2024-05-18 23:09:20 +02:00

10 lines
137 B
JSON

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