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 ca68e8c commit 3ac97b8Copy full SHA for 3ac97b8
Makefile
@@ -8,7 +8,7 @@ CURRENT_DIR = $(shell pwd)
8
MAKE_ARGS = USER_C_MODULES="$(CURRENT_DIR)/src/opencv_upy.cmake"
9
10
# Use the OpenCV driver manifest
11
-MAKE_ARGS += FROZEN_MANIFEST="$(CURRENT_DIR)/cv2_drivers/manifest.py"
+MAKE_ARGS += FROZEN_MANIFEST="$(CURRENT_DIR)/manifest.py"
12
13
# Build MicroPython with the OpenCV module
14
all:
cv2_drivers/manifest.py renamed to manifest.py
@@ -3,7 +3,7 @@
3
include("$(BOARD_DIR)/manifest.py")
4
5
# Include this directory as one package
6
-package("cv2_drivers", base_path="..")
+package("cv2_drivers")
7
# Include the SD card module
require("sdcard")
0 commit comments