mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-23 03:15:56 +08:00
1.新增esp-idf设备端sdk
This commit is contained in:
19
sdk/ESP-IDF/esp_fastbee_aliyun/.vscode/settings.json
vendored
Normal file
19
sdk/ESP-IDF/esp_fastbee_aliyun/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user