Files
AI_Printer/.vscode/settings.json
2026-02-10 17:11:06 +08:00

22 lines
739 B
JSON

{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPath": "/home/bairan_ubuntu/esp/v5.5.2/esp-idf",
"idf.pythonInstallPath": "/usr/bin/python3",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
],
"idf.port": "/dev/ttyACM0",
"idf.toolsPath": "/home/bairan_ubuntu/.espressif",
"idf.customExtraVars": {
"IDF_TARGET": "esp32s3"
},
"clangd.path": "/home/bairan_ubuntu/.espressif/tools/esp-clang/esp-19.1.2_20250312/esp-clang/bin/clangd",
"clangd.arguments": [
"--background-index",
"--query-driver=**",
"--compile-commands-dir=/home/bairan_ubuntu/project/Alpha_AI_Printer/Software/BLE-Printer/build"
],
"idf.flashType": "UART",
"idf.currentSetup": "/home/bairan_ubuntu/esp/v5.5.2/esp-idf"
}