From 7a13f63cef43cc42f12dafe95ced8fd6a733f2f1 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Thu, 20 Nov 2025 22:19:39 +0100 Subject: [PATCH] Fix flash_over_usb.sh --- scripts/flash_over_usb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/flash_over_usb.sh b/scripts/flash_over_usb.sh index d0afa2bf..8033bbf0 100755 --- a/scripts/flash_over_usb.sh +++ b/scripts/flash_over_usb.sh @@ -3,7 +3,7 @@ mydir=$(dirname "$mydir") fwfile="$0" # This would break the --erase-all #if [ -z "$fwfile" ]; then - #fwfile="$mydir/../lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin" +fwfile="$mydir/../lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin" #fi ls -al $fwfile echo "Add --erase-all if needed"