arp_monitoring/.vscode/c_cpp_properties.json
2026-07-15 20:32:20 +03:00

20 lines
474 B
JSON

{
"configurations": [
{
"name": "ESP-IDF",
"compilerPath": "C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe",
"compileCommands": [
"${config:idf.buildPath}/compile_commands.json"
],
"intelliSenseMode": "gcc-x86",
"browse": {
"path": [
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true
}
}
],
"version": 4
}