3 lines
99 B
Bash
Executable File
3 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
avrdude -p $2 -c arduino -P /dev/tty$1 -b 115200 -F -U flash:w:images/MicroModemGP.hex
|