FluxDC/.vscode/settings.json
ipason e19b62fd3b Merge commit '8e1aa5abe8663a01ee276bbaf5d8f64dc6f81468' into MasterValid
# Conflicts:
#	.vscode/settings.json
#	SquareLineProj/backup/ESP32S3_UI_backup08.zip
#	components/FluxUI/ui_events.c
#	main/main.cpp
#	sdkconfig
2025-04-17 16:14:05 +08:00

42 lines
1.3 KiB
JSON

{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPathWin": "d:\\espidfEnv\\v5.3.2\\esp-idf",
"idf.toolsPathWin": "d:\\Espressif",
"idf.pythonInstallPath": "d:\\Espressif\\tools\\idf-python\\3.11.2\\python.exe",
"idf.customExtraVars": {
"OPENOCD_SCRIPTS": "d:\\Espressif\\tools\\openocd-esp32\\v0.12.0-esp32-20240318/openocd-esp32/share/openocd/scripts",
"IDF_CCACHE_ENABLE": "1",
"ESP_ROM_ELF_DIR": "d:\\Espressif\\tools\\esp-rom-elfs\\20240305/",
"IDF_TARGET": "esp32s3"
},
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
],
"idf.portWin": "COM8",
"idf.flashType": "UART",
"files.associations": {
"ledc.h": "c",
"gpio.h": "c",
"sdmmc_host.h": "c",
"modbus_params.h": "c",
"array": "c",
"string": "c",
"string_view": "c",
"span": "c",
"esp_vfs_fat.h": "c",
"cstdlib": "c",
"fluxwifi.h": "c",
"event_groups.h": "c",
"fluxuart.h": "c",
"esp_timer.h": "c",
"fluxbutton.h": "c",
"iot_button.h": "c",
"main.h": "cpp",
"fluxdisplayport.h": "c",
"esp_lcd_panel_vendor.h": "c",
"float.h": "c",
"esp_log.h": "c",
"sntp.h": "c"
}
}