From eb5fde69fe244c587125310c4c4ab9c0d3c05341 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sun, 23 Mar 2025 20:46:09 -0400 Subject: [PATCH] idf mqtt ssl --- ESP-IDF_mqtt-ssl/.vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/**",