ESP-Nodes/ESP32-IDF_MQTT-SSL/.vscode/launch.json
Alexandre B 5e18bbf934 .
2024-06-19 00:20:10 -04:00

10 lines
137 B
JSON

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