You've already forked M5Stack-nesemu
mirror of
https://github.com/m5stack/M5Stack-nesemu.git
synced 2026-05-20 10:07:02 -07:00
4 lines
198 B
Bash
Executable File
4 lines
198 B
Bash
Executable File
#!/bin/bash
|
|
# . ${IDF_PATH}/add_path.sh
|
|
~/Documents/Arduino/hardware/espressif/esp32/tools/esptool --chip esp32 --port "/dev/cu.SLAB_USBtoUART" --baud $((115200)) write_flash -fs 4MB 0x100000 "$1"
|