Files
fastbee/sdk/ESP-IDF/esp_fastbee_aliyun/.vscode/settings.json
2024-08-05 15:46:10 +08:00

19 lines
449 B
JSON

{
"idf.portWin": "COM6",
"idf.adapterTargetName": "esp32s3",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
],
"idf.flashType": "UART",
"files.associations": {
"infra_config.h": "c",
"cjson.h": "c",
"dm_wrapper.h": "c",
"infra_defs.h": "c",
"freertos.h": "c",
"stddef.h": "c",
"string.h": "c",
"esp_log.h": "c",
"mqtt_client.h": "c"
}
}