fixes
This commit is contained in:
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"C_Cpp.intelliSenseEngine": "default",
|
||||
"idf.espIdfPath": "/home/bruno/esp/master/esp-idf",
|
||||
"idf.espIdfPath": "/home/bruno/esp/v5.4.1/esp-idf",
|
||||
"idf.pythonInstallPath": "/usr/bin/python",
|
||||
"idf.openOcdConfigs": [
|
||||
"board/esp32s3-builtin.cfg"
|
||||
],
|
||||
"idf.port": "/dev/ttyACM0",
|
||||
"idf.toolsPath": "/home/bruno/.espressif",
|
||||
"idf.flashType": "JTAG",
|
||||
"idf.flashType": "UART",
|
||||
"idf.customExtraVars": {
|
||||
"OPENOCD_SCRIPTS": "/home/bruno/.espressif/tools/openocd-esp32/v0.12.0-esp32-20240821/openocd-esp32/share/openocd/scripts",
|
||||
"ESP_ROM_ELF_DIR": "/home/bruno/.espressif/tools/esp-rom-elfs/20240305/",
|
||||
@@ -28,6 +28,7 @@
|
||||
"ccs811.h": "c",
|
||||
"esp_mac.h": "c",
|
||||
"gpio.h": "c",
|
||||
"chrono": "c"
|
||||
"chrono": "c",
|
||||
"cstdint": "c"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user