DockerFluxDC/.vscode/settings.json

26 lines
649 B
JSON
Raw Normal View History

{
"idf.pythonInstallPath": "/opt/esp/python_env/idf6.1_py3.12_env/bin/python",
"idf.port": "/dev/ttyUSB0",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
],
"idf.customExtraVars": {
"IDF_CCACHE_ENABLE": "1",
"IDF_TARGET": "esp32s3"
},
"files.associations": {
"*.md": "markdown",
"*.java": "java",
"esp_log.h": "c",
"sdkconfig.h": "c",
"gpio.h": "c",
"gpio_hal.h": "c",
"freertos.h": "c",
"semphr.h": "c",
"user_i80_display.h": "c",
"i2c.h": "c",
"i2c_master.h": "c"
2025-11-28 23:26:05 +08:00
},
"idf.flashType": "UART"
}