For fuck's sake

This commit is contained in:
2025-12-25 21:28:59 +01:00
parent ce6a2b9185
commit 1e86f97113
41689 changed files with 4655 additions and 14185374 deletions

View File

@@ -0,0 +1,19 @@
{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPathWin": "C:\\Users\\Laurent\\esp\\v5.5.1\\esp-idf",
"idf.pythonInstallPath": "C:\\Users\\Laurent\\.espressif\\tools\\idf-python\\3.11.2\\python.exe",
"idf.openOcdConfigs": [
"board/esp32h2-builtin.cfg"
],
"idf.portWin": "COM4",
"idf.toolsPathWin": "C:\\Users\\Laurent\\.espressif",
"idf.customExtraVars": {
"IDF_TARGET": "esp32h2"
},
"clangd.path": "C:\\Users\\Laurent\\.espressif\\tools\\esp-clang\\esp-19.1.2_20250312\\esp-clang\\bin\\clangd.exe",
"clangd.arguments": [
"--background-index",
"--query-driver=**",
"--compile-commands-dir=c:\\Users\\Laurent\\Desktop\\board-mate\\esp32-thread\\border-router\\build"
]
}