Skip to content

Commit

Permalink
build: Update lib/espp to version without compiler error in platform …
Browse files Browse the repository at this point in the history
…v6.10.0
  • Loading branch information
SquaredPotato committed Jan 29, 2025
1 parent b7c878e commit 3fc5d1b
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
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16)
# Keep lib/sdk at the end so we can override components from other libraries
list(APPEND EXTRA_COMPONENT_DIRS "lib/espp/components" "lib/esp-idf-lib/components" "lib/sdk")

set(EXCLUDE_COMPONENTS wrover-kit matouch-rotary-display motorgo-mini t-dongle-s3 esp32-timer-cam gfps_service)
set(EXCLUDE_COMPONENTS wrover-kit matouch-rotary-display motorgo-mini t-dongle-s3 esp32-timer-cam gfps_service codec)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)

Expand Down

0 comments on commit 3fc5d1b

Please sign in to comment.