3 lines
173 B
Bash
Executable file
3 lines
173 B
Bash
Executable file
#!/bin/bash
|
|
. ${IDF_PATH}/add_path.sh
|
|
esptool.py --chip esp32 --port "/dev/cu.SLAB_USBtoUART" --baud $((230400*4)) write_flash -fs 4MB 0x2B0000 ../espo2em/build/espo2em.bin
|