ESP-Nodes/ESP32-IDF_OLED-SSD1306/.vscode/launch.json

15 lines
244 B
JSON
Raw Normal View History

2024-07-10 14:08:48 -04:00
{
"version": "0.2.0",
"configurations": [
{
"type": "gdbtarget",
"request": "attach",
"name": "Eclipse CDT GDB Adapter"
},
{
"type": "espidf",
"name": "Launch",
"request": "launch"
}
]
}