mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-13 03:42:21 -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/OpenModem.hex
|