You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix flash_over_usb.sh
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user