3 lines
95 B
Plaintext
3 lines
95 B
Plaintext
|
#!/bin/bash
|
||
|
avrdude -p $2 -c arduino -P /dev/tty$1 -b 115200 -F -U flash:w:images/OpenAPRS.hex
|