mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-12 11:22:35 -04:00
2 lines
95 B
Bash
Executable file
2 lines
95 B
Bash
Executable file
#!/bin/bash
|
|
avrdude -p m328p -c arduino -P /dev/tty$1 -b 115200 -F -U flash:w:images/Modem.hex
|