kopia lustrzana https://github.com/Jean-MarcHarvengt/MCUME
4 wiersze
175 B
Bash
4 wiersze
175 B
Bash
![]() |
#!/bin/bash
|
||
|
. ${IDF_PATH}/add_path.sh
|
||
|
esptool.py --chip esp32 --port "/dev/cu.SLAB_USBtoUART" --baud $((230400*4)) write_flash -fs 4MB 0x320000 ../espcolem/build/espcolem.bin
|