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 5de809f commit 0885da7Copy full SHA for 0885da7
build.sh
@@ -7,8 +7,8 @@ fi
7
# TODO: Could also make these opts into the build_micropython_opencv function if we care...
8
FROZEN_MODULES_DIR="$(dirname "$0")/frozen_modules"
9
FROZEN_EXAMPLES_ARCHIVE_SCRIPT="frozen_examples.py"
10
-FROZEN_EXAMPLES_UNPACKED_DIR="micropython-opencv-examples"
11
-PERSISTENT_FILE_FOR_UNPACK="/keep_opencv_example_changes"
+FROZEN_EXAMPLES_UNPACKED_DIR="opencv-examples"
+PERSISTENT_FILE_FOR_UNPACK="/${FROZEN_EXAMPLES_UNPACKED_DIR}/reset_examples.txt"
12
13
# Uses freezefs to create a frozen filesystem archive for the provided directory.
14
# See https://github.com/bixb922/freezefs for more details on freezefs
0 commit comments