You've already forked xiaoling-esp32
mirror of
https://github.com/m5stack/xiaoling-esp32.git
synced 2026-05-20 11:42:56 -07:00
3 lines
118 B
Bash
Executable File
3 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
esptool.py -p /dev/ttyACM0 -b 2000000 write_flash 0 ../releases/v0.9.9_bread-compact-wifi/merged-binary.bin
|