Browse Source

update

devtest
zwsd 3 years ago
parent
commit
b1a47f641b
  1. 2
      .vscode/c_cpp_properties.json
  2. 2
      main/CMakeLists.txt

2
.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

2
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 #

Loading…
Cancel
Save