mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-02 06:26:24 -04:00
2 lines
96 B
Bash
Executable file
2 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
|