4 lines
70 B
Bash
4 lines
70 B
Bash
|
|
#!/bin
|
||
|
|
FLASHPORT="/dev/ttyACM0"
|
||
|
|
esptool --port $FLASHPORT erase_flash
|