You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo" with open('${PERSISTENT_FILE_FOR_UNPACK}', 'w') as f:">>${BOOT_FILE}
112
-
echo" f.write('Hi! Delete this file and reset your board to restore the ${FROZEN_EXAMPLES_UNPACKED_DIR} directory to its default state. WARNING: This will override ALL of your changes to that directory.')">>${BOOT_FILE}
112
+
echo" f.write('Hi! The firmware has this directory frozen into the firmware, and the _boot.py\\n')">>${BOOT_FILE}
113
+
echo" f.write('file has been modified to automatically unpack this directory if needed. As long\\n')">>${BOOT_FILE}
114
+
echo" f.write('as this file exists, it will not unpack the directory, meaning you can safely\\n')">>${BOOT_FILE}
115
+
echo" f.write('edit the files here or delete all other files to free up storage space. If you\\n')">>${BOOT_FILE}
116
+
echo" f.write('want to restore this directory to its default state, delete this file and the\\n')">>${BOOT_FILE}
117
+
echo" f.write('directory will be unpacked again on the next boot.\\n')">>${BOOT_FILE}
118
+
echo" f.write('\\n')">>${BOOT_FILE}
119
+
echo" f.write('WARNING: Deleting this file will override ALL changes to this directory!')">>${BOOT_FILE}
113
120
114
121
# If a destination directory is provided, we will add it to the sys.path so that the modules in the unpacked directory can be imported
0 commit comments