ESP-Nodes/ESP32-Rainmaker-Switch/.vscode/c_cpp_properties.json

24 lines
835 B
JSON
Raw Normal View History

2024-07-16 20:50:57 -04:00
{
"configurations": [
{
"name": "ESP-IDF",
2024-07-17 21:20:04 -04:00
"compilerPath": "${config:idf.toolsPathWin}\\tools\\riscv32-esp-elf\\esp-13.2.0_20230928\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe",
2024-07-16 20:50:57 -04:00
"compileCommands": "${config:idf.buildPath}/compile_commands.json",
"includePath": [
"${config:idf.espIdfPath}/components/**",
"${config:idf.espIdfPathWin}/components/**",
"${workspaceFolder}/**"
],
"browse": {
"path": [
"${config:idf.espIdfPath}/components",
"${config:idf.espIdfPathWin}/components",
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true
}
}
],
"version": 4
}