diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 38437e0..5d1da2a 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -2,7 +2,7 @@ "configurations": [ { "name": "Win32", - "compileCommands": "./build/compile_commands.json" + "compileCommands": "${workspaceFolder}/build/compile_commands.json" } ], "version": 4 diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 2a6cfee..25e4432 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -1,5 +1,5 @@ idf_component_register(SRCS # - "../dep/zesp32-submodule-zsimpleble-server/zsimpleble_server.c" + #"../dep/zesp32-submodule-zsimpleble-server/zsimpleble_server.c" "ble_spp_server_demo.c" "main.c" INCLUDE_DIRS #