Просмотр исходного кода

Merge branch 'bugfix/nimble_spp' into 'release/v4.4'

NimBLE : Fixed BLE SPP build fail on Windows

Closes : https://github.com/espressif/esp-idf/issues/8305

See merge request espressif/esp-idf!17013
Isha Pardikar 4 лет назад
Родитель
Сommit
db80244920

+ 1 - 1
examples/bluetooth/nimble/ble_spp/spp_client/main/CMakeLists.txt

@@ -1,2 +1,2 @@
 idf_component_register(SRCS "main.c" "misc.c" "peer.c"
-                    INCLUDE_DIRS "$ENV{IDF_PATH}/components")
+                    INCLUDE_DIRS ".")

+ 1 - 1
examples/bluetooth/nimble/ble_spp/spp_server/main/CMakeLists.txt

@@ -3,4 +3,4 @@ set(srcs "main.c"
         "misc.c")
 
 idf_component_register(SRCS "${srcs}"
-                    INCLUDE_DIRS "$ENV{IDF_PATH}/components")
+                    INCLUDE_DIRS ".")