ESP-Nodes/ESP32-C3-sm_I2C/.vscode/settings.json

7 lines
141 B
JSON
Raw Normal View History

2024-07-18 01:48:49 -04:00
{
2024-07-19 18:49:14 -04:00
"idf.portWin": "COM27",
2024-07-18 01:48:49 -04:00
"idf.adapterTargetName": "esp32c3",
"idf.openOcdConfigs": [
"board/esp32c3-builtin.cfg"
]
}