diff --git a/ESP-IDF_mqtt-ssl/.vscode/c_cpp_properties.json b/ESP-IDF_mqtt-ssl/.vscode/c_cpp_properties.json index ebca5d9a2..9c471ea00 100644 --- a/ESP-IDF_mqtt-ssl/.vscode/c_cpp_properties.json +++ b/ESP-IDF_mqtt-ssl/.vscode/c_cpp_properties.json @@ -2,7 +2,7 @@ "configurations": [ { "name": "ESP-IDF", - "compilerPath": "${config:idf.toolsPath}/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc", + "compilerPath": "${config:idf.toolsPath}/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc", "compileCommands": "${config:idf.buildPath}/compile_commands.json", "includePath": [ "${config:idf.espIdfPath}/components/**",