Skip to content

Commit 7a13f63

Browse files
Fix flash_over_usb.sh
1 parent ca99bca commit 7a13f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/flash_over_usb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mydir=$(dirname "$mydir")
33
fwfile="$0"
44
# This would break the --erase-all
55
#if [ -z "$fwfile" ]; then
6-
#fwfile="$mydir/../lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin"
6+
fwfile="$mydir/../lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin"
77
#fi
88
ls -al $fwfile
99
echo "Add --erase-all if needed"

0 commit comments

Comments
 (0)