We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1724a commit 29a9552Copy full SHA for 29a9552
src/micropython.cmake
@@ -1,11 +1,5 @@
1
include(${MICROPY_DIR}/py/py.cmake)
2
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
-
9
add_library(usermod_mp_camera INTERFACE)
10
11
target_sources(usermod_mp_camera INTERFACE
0 commit comments