Skip to content

Commit 29a9552

Browse files
authored
micropython.cmake aktualisieren
1 parent 8d1724a commit 29a9552

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/micropython.cmake

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
include(${MICROPY_DIR}/py/py.cmake)
22

3-
# IDF version >= 5.4 not supported yet
4-
message(STATUS "IDF_VERSION: ${IDF_VER}")
5-
if (NOT IDF_VERSION_MINOR VERSION_LESS 4)
6-
message(FATAL_ERROR "ESP-IDF version >= 5.4 or later is not supported by micropython with the esp32-camera yet. Please use IDF 5.2 or 5.3")
7-
endif()
8-
93
add_library(usermod_mp_camera INTERFACE)
104

115
target_sources(usermod_mp_camera INTERFACE

0 commit comments

Comments
 (0)