first commit
This commit is contained in:
21
.vscode/settings.json
vendored
Normal file
21
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user