Skip to content

Commit

Permalink
Added idf v5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
beni committed Feb 8, 2023
1 parent fa59627 commit 0693f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The following lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)

set(SUPPORTED_TARGETS esp32)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
Expand Down
2 changes: 1 addition & 1 deletion main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ idf_component_register(SRCS "ble_hidd_demo_main.c"
"hid_dev.c"
"hid_device_le_prf.c"
INCLUDE_DIRS "."
REQUIRES esp_hid PRIV_REQUIRES esp32 esp_wifi esp_https_server esp_eth mdns lwip fatfs esp_https_ota esp_hid app_update)
REQUIRES esp_hid PRIV_REQUIRES esp_wifi esp_https_server esp_eth nvs_flash lwip fatfs esp_https_ota esp_hid app_update)

target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-unused-const-variable)

0 comments on commit 0693f5a

Please sign in to comment.