mirror of
https://github.com/markqvist/OpenModem.git
synced 2024-10-01 03:15:46 -04:00
3 lines
96 B
Bash
Executable File
3 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
avrdude -p $2 -c arduino -P /dev/tty$1 -b 115200 -F -U flash:w:images/MicroAPRS.hex
|