dev_zh_rmt/.vscode/settings.json
2024-05-21 11:52:50 +03:00

53 lines
1.4 KiB
JSON

{
"cmake.configureOnOpen": false,
"files.associations": {
"freertos.h": "c",
"task.h": "c",
"esp_system.h": "c",
"portable.h": "c",
"portmacro.h": "c",
"xtensa_rtos.h": "c",
"xtensa_timer.h": "c",
"sdkconfig.h": "c",
"esp_err.h": "c",
"esp_ota_ops.h": "c",
"zh_nvs.h": "c",
"zh_gpio.h": "c",
"zh_espnow.h": "c",
"zh_json.h": "c",
"esp_app_format.h": "c",
"esp_now.h": "c",
"esp_timer.h": "c",
"esp_wifi.h": "c",
"string.h": "c",
"event_groups.h": "c",
"gpio.h": "c",
"nvs.h": "c",
"*.inc": "c",
"nvs_flash.h": "c",
"esp_netif.h": "c",
"queue.h": "c",
"stdint.h": "c",
"stdio.h": "c",
"stdbool.h": "c",
"zh_onewire.h": "c",
"zh_config.h": "c",
"tcpip_adapter.h": "c",
"dhcpserver.h": "c",
"ip_addr.h": "c",
"array": "c",
"string": "c",
"string_view": "c",
"stdlib.h": "c",
"esp_heap_caps.h": "c",
"zh_vector.h": "c",
"rmt.h": "c",
"rmt_rx.h": "c"
},
"idf.adapterTargetName": "esp32",
"idf.port": "/dev/cu.usbserial-0001",
"idf.flashType": "UART",
"idf.openOcdConfigs": [
"board/esp32-wrover-kit-3.3v.cfg"
]
}