Skip to content

Commit

Permalink
Update compiler path
Browse files Browse the repository at this point in the history
  • Loading branch information
MG-5 committed Jun 3, 2024
1 parent 5aaaa56 commit 80af597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "ESP-IDF",
"cStandard": "c11",
"cppStandard": "c++17",
"compilerPath": "${config:idf.toolsPath}/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc",
"compilerPath": "${config:idf.toolsPath}/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc",
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
}
],
Expand Down

0 comments on commit 80af597

Please sign in to comment.