This commit is contained in:
2025-05-01 23:57:01 +02:00
parent 9229711870
commit 6123cd0fe3
2 changed files with 80 additions and 6 deletions

12
.vscode/settings.json vendored
View File

@@ -1,11 +1,11 @@
{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPath": "/home/bruno/esp/v5.4.1/esp-idf",
"idf.espIdfPath": "/home/bruno/esp/master/esp-idf",
"idf.pythonInstallPath": "/usr/bin/python",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
],
"idf.port": "/dev/ttyUSB0",
"idf.port": "/dev/ttyUSB1",
"idf.toolsPath": "/home/bruno/.espressif",
"idf.customExtraVars": {
"OPENOCD_SCRIPTS": "/home/bruno/.espressif/tools/openocd-esp32/v0.12.0-esp32-20240821/openocd-esp32/share/openocd/scripts",
@@ -19,6 +19,10 @@
"array": "c",
"string": "c",
"string_view": "c",
"span": "c"
}
"span": "c",
"esp_timer.h": "c",
"sx1262.h": "c"
},
"idf.flashBaudRate": "921600",
"idf.monitorBaudRate": "921600",
}