File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,7 @@ function build_micropython_opencv {
144
144
mkdir " $FROZEN_MODULES_DIR "
145
145
146
146
# Create our frozen filesystem archive for the examples directory
147
- # Note the "." to make the read-only version of the examples directory hidden in IDEs like Thonny
148
- create_frozen_fs " examples" " $FROZEN_EXAMPLES_UNPACKED_DIR " " $FROZEN_MODULES_DIR /$FROZEN_EXAMPLES_ARCHIVE_SCRIPT "
147
+ create_frozen_fs " opencv-examples" " $FROZEN_EXAMPLES_UNPACKED_DIR " " $FROZEN_MODULES_DIR /$FROZEN_EXAMPLES_ARCHIVE_SCRIPT "
149
148
150
149
# Add necessary content to the manifest file to freeze the modules in the provided directory
151
150
add_to_manifest " $FROZEN_MODULES_DIR " " rp2" " SPARKFUN_XRP_CONTROLLER" " mpconfigvariant_LARGE_BINARY.cmake"
You can’t perform that action at this time.
0 commit comments