mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-21 10:25:54 +08:00
19 lines
449 B
JSON
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"
|
|
}
|
|
} |