From b1a47f641bbe0d4f0ecab89f13794e245f20c6ea Mon Sep 17 00:00:00 2001 From: zwsd Date: Wed, 20 Jul 2022 16:08:36 +0800 Subject: [PATCH] update --- .vscode/c_cpp_properties.json | 2 +- main/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 #